@extends('managers.layout.master') @section('title', 'البيانات الشخصية') @section('content')

البيانات الشخصية

البيانات الشخصية

@include('admin.layout.message')
@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('email')) {{ $errors->first('email') }} @endif
{{--
--}} {{-- --}} {{-- برجاء ادخال مبلغ التأمين إذا تطلبه من الضيوف--}} {{-- --}} {{-- @if ($errors->has('security_deposit'))--}} {{-- {{ $errors->first('security_deposit') }}--}} {{-- @endif--}} {{--
--}}
@if ($errors->has('birthday')) {{ $errors->first('birthday') }} @endif
@if ($errors->has('city_id')) {{ $errors->first('city_id') }} @endif
@stop