@extends('owners.layout.master') @section('title', 'مدراء الحجوزات') @section('content')

مدراء الحجوزات

إنشاء جديد

@csrf
@if ($errors->has('first_name')) {{ $errors->first('first_name') }} @endif
@if ($errors->has('last_name')) {{ $errors->first('last_name') }} @endif
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
@if ($errors->has('sms')) {{ $errors->first('sms') }} @endif
@stop