@foreach ($periods as $key => $period)
{{ $period->id }} |
{{ $period->period_name }} |
{{ $period->apply_start->isoFormat('LL') }} |
{{ $period->apply_end->isoFormat('LL') }} |
{{ $period->points_effect }} |
{{ $period->active ? 'مفعل' : 'غير مفعل' }} |
@can('periods-list')
@endcan
@can('periods-edit')
@endcan
@can('periods-delete')
@endcan
@can('discounts-list')
الخصومات
@endcan
|
@endforeach