@php $i=1;@endphp @if(count($data)>0) @foreach($data as $key=> $list) @php $startDate = !empty($list->financial_year_start_date) ? $list->financial_year_start_date : null; $startMonth = !empty($list->financial_year_start_month) ? DateTime::createFromFormat('!m', $list->financial_year_start_month)->format('F') : null; $endDate = !empty($list->financial_year_end_date) ? $list->financial_year_end_date : null; $endMonth = !empty($list->financial_year_end_month) ? DateTime::createFromFormat('!m', $list->financial_year_end_month)->format('F') : null; @endphp @if ($startDate && $startMonth && $endDate && $endMonth) @else @endif @php $i++; @endphp @endforeach @else @endif
Sl No Country Name currency Name &symbol Financial Year Start - End Format Edit Status
{{$data->firstItem() + $key}} {{ $list->name }}({{ $list->code }}) {{ $list->currency_fullname }}({{ $list->currency_fullname }}){{ $startDate }}-{{ $startMonth }}
{{ $endDate }}-{{ $endMonth }}
{{ $list->formats }}
status == '1' ? 'checked' : '' }}>
No Data Found