@extends('owners.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('building_owner_name'))--}} {{-- {{ $errors->first('building_owner_name') }}--}} {{-- @endif--}} {{--
--}}
@if ($errors->has('commercial_number')) {{ $errors->first('commercial_number') }} @endif
{{--
--}} {{-- --}} {{-- --}} {{-- @if ($errors->has('address'))--}} {{-- {{ $errors->first('address') }}--}} {{-- @endif--}} {{--
--}}
@if ($errors->has('city_id')) {{ $errors->first('city_id') }} @endif

المعلومات البنكية

@if ($errors->has('bank_name')) {{ $errors->first('bank_name') }} @endif
@if ($errors->has('bank_account_name')) {{ $errors->first('bank_account_name') }} @endif
@if ($errors->has('account_number')) {{ $errors->first('account_number') }} @endif
@if ($errors->has('iban_number')) {{ $errors->first('iban_number') }} @endif
@stop