|
{{ $periods->firstItem() + $index }}
|
{{ $period->name }}
|
{{ $period->start_date->format('d-m-Y') }}
|
{{ $period->end_date->format('d-m-Y') }}
|
{{ $duration }} days
|
{{ $statusLabel }}
|
{{ $period->isCurrent() ? 'Yes' : 'No' }}
|
@can('accounting-period-edit')
@endcan
@role('super-admin')
@endrole
|
@endforeach