@extends('admin.layout.master') {{-- extra css files --}} @section('css') @endsection @section('content') {{awtTrans('تعديل مقدم خدمه شركه')}} @csrf @method('PUT') {{awtTrans('صورة الشركة')}} {{awtTrans('صورة السجل التجاري')}} {{awtTrans('اسم الشركه')}} {{awtTrans('رقم الجوال')}} @foreach ($countries as $key) calling_code == $row->country_key ? 'selected' : ''}} value="{{$key->calling_code}}">{{$key->calling_code}} @endforeach {{awtTrans('البريد الالكتروني')}} {{ awtTrans('كلمة السر') }} {{awtTrans('السجل التجاري')}} {{awtTrans('المدينة')}} {{awtTrans('اختر المدينه')}} @foreach ($cities as $city) id == $row->city_id ? 'selected' : ''}} value="{{$city->id}}">{{$city->name}} @endforeach {{awtTrans('رقم الايبان')}} {{awtTrans('رقم الحساب البنكي')}} {{awtTrans('اسم البنك')}} {{awtTrans('اسم صاحب الحساب')}} {{ awtTrans('الجنس') }} {{ awtTrans('الرجاء تحديد الجنس') }} gender == 'male') selected @endif> {{ awtTrans('ذكر') }} gender == 'female') selected @endif> {{ awtTrans('أنثى') }} {{awtTrans('الحالة')}} {{awtTrans('اختر حالة التفعيل')}} status == 'pending' ? 'selected' : ''}} value="pending">{{awtTrans('فى انتظار التفعيل ')}} status == 'active' ? 'selected' : ''}} value="active">{{awtTrans('مفعل')}} status == 'block' ? 'selected' : ''}} value="block">{{awtTrans(' محظور')}} {{ awtTrans('الاقسام الرئيسية') }} @foreach($categories as $category) id, $selectedCategories) ? 'selected' : '' }}> {{ $category->name }} @endforeach @error('category_id') {{ $message }} @enderror قسم فرعي @foreach ($subcategories as $subcategory) id, $selectedSubcategories) ? 'selected' : '' }}> {{ $subcategory->name }} @endforeach خدمات @foreach ($services as $service) id, $selectedServices) ? 'selected' : '' }}> {{ $service->name }} @endforeach {{ __('تحديد موقعك') }} {{awtTrans('تعديل')}} {{awtTrans(' رجوع ')}} @endsection @section('js') @include('admin.shared.addImage') @include('admin.shared.submitEditForm') @endsection