@foreach ($withdrawalPeriods as $key => $withdrawalPeriod)
{{ $withdrawalPeriod->id }} |
{{ $withdrawalPeriod->period_name }} |
{{ $withdrawalPeriod->apply_start->isoFormat('LL') }} |
{{ $withdrawalPeriod->apply_end->isoFormat('LL') }} |
{{ $withdrawalPeriod->fees_type == "money" ? "مبلغ" : "نسبة"}} |
{{ $withdrawalPeriod->fees }} ر.س |
{{ $withdrawalPeriod->active ? 'مفعل' : 'غير مفعل' }} |
@can('periods-list')
@endcan
@can('periods-edit')
@endcan
@can('periods-delete')
@endcan
|
@endforeach