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 }}) | @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){{ $startDate }}-{{ $startMonth }} {{ $endDate }}-{{ $endMonth }} |
@else
@endif | {{ $list->formats }} |
status == '1' ? 'checked' : '' }}>
|
||||||
No Data Found |