@extends('admin.layout.master') @section('title', 'الحجوزات') @section('content')

الحجوزات

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

@csrf @method('PATCH')
{{--
--}} {{--
--}}
{{--
--}} {{--
--}}
@if ($errors->has('arrive_time')) {{ $errors->first('arrive_time') }} @endif
@if ($errors->has('leave_time')) {{ $errors->first('leave_time') }} @endif
@if ($errors->has('total_price')) {{ $errors->first('total_price') }} @endif
@if ($errors->has('paid_amount')) {{ $errors->first('paid_amount') }} @endif
@if ($errors->has('rest_amount')) {{ $errors->first('rest_amount') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
@if ($errors->has('admin_pay')) {{ $errors->first('admin_pay') }} @endif
@stop