@extends('company.layout.master') @section('title', 'الفروع') @section('content')

الفروع

إنشاء جديد

{{csrf_field()}}
@if ($errors->has('first_name')) {{ $errors->first('first_name') }} @endif
@if ($errors->has('middle_name')) {{ $errors->first('middle_name') }} @endif
@if ($errors->has('last_name')) {{ $errors->first('last_name') }} @endif
@if ($errors->has('nickname')) {{ $errors->first('nickname') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if ($errors->has('nationality')) {{ $errors->first('nationality') }} @endif
@if ($errors->has('id_number')) {{ $errors->first('id_number') }} @endif
@if ($errors->has('position_name')) {{ $errors->first('position_name') }} @endif
@if ($errors->has('city_id')) {{ $errors->first('city_id') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
{{--
--}} {{--

صورة

--}} {{-- --}} {{-- @if ($errors->has('image'))--}} {{-- {{ $errors->first('image') }}--}} {{-- @endif--}} {{--
--}}
@stop