@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('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if ($errors->has('gender')) {{ $errors->first('gender') }} @endif
@if ($errors->has('current_subscription_id')) {{ $errors->first('current_subscription_id') }} @endif
@if ($errors->has('subscription_date')) {{ $errors->first('subscription_date') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif

مرفقات تفويض الشركة ( خطاب مصدق )

@if ($errors->has('company_auth_file')) {{ $errors->first('company_auth_file') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
{{-- end Company Manager informations --}}
@stop