@extends('layouts.app') @section('content')

مسيرات الإعاشة النقدية

@foreach ($cash_allowance_movements as $cash_allowance_movement) @if ($cash_allowance_movement->is_deleted) @else @endif @endforeach
رقم المسير شهر سنة قائمة المستحقين تعديل حذف
{{ $cash_allowance_movement->id }} {{ $cash_allowance_movement->month }} {{ $cash_allowance_movement->year }}قائمة المستحقين لا يمكن التعديل محذوف قائمة المستحقين تعديل
@csrf @method('DELETE')
@endsection @section('script') @endsection