@extends('layouts.app') @section('title', 'تعديل مكافأة أو بدل') @section('content')

تعديل مكافأة أو بدل

تعديل بيانات المكافأة للموظف: {{ $allowance->employee->user->name }}

العودة للقائمة
@if($errors->any())

يوجد بعض الأخطاء في البيانات:

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
إلغاء
@endsection