@php $formName = $name ?? 'formID'; $modalTitle = $edit . (config('app.locale') == 'en' ? ' ' : '') . $title; @endphp

{{ $title }}

@if (!empty($column) && count($column) >= 2) @for ($i = 0; $i < count($column); $i++) {{ $content[$i] }} @endfor @else {{ $content[0] }} @endif

@if (!$disable)

{{ $edit }}

{{ $modalTitle }}

@if (!empty($column)) @php $count = count($column); @endphp @foreach ($column as $k => $v)
@endforeach @endif
@endif