@extends('admin.layout.master') @section('title', 'تعديل بيانات الحساب الرئيسي للشركة') @section('content')
تعديل بيانات الحساب الرئيسي للشركة
تعديل البيانات
@csrf @method('PATCH') {{-- 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
الجنس
gender == 'male') selected @endif>ذكر
gender == 'female') selected @endif>أنثى
@if ($errors->has('gender'))
{{ $errors->first('gender') }}
@endif {{--
--}} {{--
باقة الإشتراك
--}} {{--
--}} {{-- @foreach($subscriptions as $subscription)--}} {{--
current_subscription_id == $subscription->id) selected @endif>{{$subscription->name['ar']}}
--}} {{-- @endforeach--}} {{--
--}} {{--
--}} {{-- @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('company_name'))
{{ $errors->first('company_name') }}
@endif
الحالة
stats == 'active') selected @endif>مفعل
stats == 'not_active') selected @endif>غير مفعل
@if ($errors->has('status'))
{{ $errors->first('status') }}
@endif
{{-- end Company Manager informations --}}
تعديل
@stop