@props(['submit', 'icon' => null])
merge(['class' => 'border-2 border-gray-700 rounded-md']) }}>
{{-- @if (isset($header))
@if(isset($icon))
{{$icon}}
@endif
@if(isset($title))
{{ $title }}
@endif @if(isset($description))
{{ $description }}
@endif
@if(isset($head_actions))
{{ $head_actions }}
@endif
@endif --}} {{-- @if(isset($header))
@if(isset($icon))
{{$icon}}
@endif
@if(isset($title))
{{$title}}
@endif @if(isset($description))
{{ $description }}
@endif
@if(isset($head_actions))
{{$head_actions}}
@endif
@endif --}} {{--
@if(isset($head_actions))
{{$head_actions}}
@endif
--}} @if(isset($header))
@if(isset($icon))
{{$icon}}
@endif @if(isset($title))
{{$title}}
@endif {{-- @if(isset($description))
{{$description}}
@endif --}}
@if(isset($head_actions))
{{$head_actions}}
@endif
@endif
{{ $form }}
{{-- --}} {{--
{{ $form }}
--}} @if(isset($footer))
@if(isset($foot_actions)) {{$foot_actions}} @endif
@if(isset($messages)) {{$messages}} @endif
@endif
{{--
merge(['class' => 'flex w-full items-center justify-between']) }}>
@if (isset($header))
@if(isset($icon))
{{ $icon }}
@endif @if(isset($title))
{{ $title }}
@endif @if(isset($description))
{{ $description }}
@endif
@if(isset($head_actions))
{{ $head_actions }}
@endif
@endif
{{ $form }}
@if(isset($footer))
@if(isset($foot_actions))
{{$foot_actions}}
@endif @if(isset($messages))
{{$messages}}
@endif
@endif
--}} {{--
@if (isset($visibles)) @foreach ( $visibles as $visible )

{{__($visible)}}

@endforeach @endif
--}}