@extends('admin.layout.master') @section('title', 'أوقات الاستلام والتسليم') @section('content')

أوقات الاستلام والتسليم

تعديل البيانات

@csrf @method('PATCH')
@if ($errors->has('text')) {{ $errors->first('text') }} @endif
@stop