{{ $transportation->id }} |
{{ $transportation->transportation_type }} |
{{ $transportation->annual_fees }} |
{{ $transportation->semester_fees }} |
{{ $transportation->monthly_fees }} |
{{ $transportation->active ? 'مفعل' : 'غير مفعل' }} |
{{ $transportation->admin_name }} |
{{ $transportation->updated_at->diffforhumans() }} |
@can('accounts-list')
@endcan
@can('accounts-edit')
@endcan
@can('accounts-delete')
@endcan
|
@endforeach