@extends('admin.layout.master') @section('title', 'الحسابات التجريبية') @section('content')

الحسابات التجريبية

إنشاء جديد

@csrf {{-- Company Manager informations --}}

بيانات حساب مدير الشركة الرئيسي


@if ($errors->has('position_name')) {{ $errors->first('position_name') }} @endif
@if ($errors->has('first_name')) {{ $errors->first('first_name') }} @endif
@if ($errors->has('last_name')) {{ $errors->first('last_name') }} @endif
@if ($errors->has('company_name')) {{ $errors->first('company_name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if ($errors->has('gender')) {{ $errors->first('gender') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
{{-- end Company Manager informations --}}
@stop