@extends('admin.layout.master') {{-- extra css files --}} @section('css') @endsection {{-- extra css files --}} @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('الدول')}} {{awtTrans('اختر الدولة')}} @foreach ($countries as $country) {{$country->name}} @endforeach {{awtTrans('المناطق / المحافظات')}} {{awtTrans('اختر المنطقة / المحافظة ')}} {{awtTrans('المدن ')}} {{-- {{awtTrans('اختر المدينة ')}}--}} {{awtTrans('الحالة')}} {{awtTrans('اختر حالة التفعيل')}} block == 0 ? 'selected' : ''}} value="0">{{awtTrans(' نشط ')}} block == 1 ? 'selected' : ''}} value="1">{{awtTrans(' محظور')}} {{awtTrans('تعديل')}} {{awtTrans(' رجوع ')}} @endsection @section('js') {{-- show selected image script --}} @include('admin.shared.addImage') {{-- show selected image script --}} {{-- submit edit form script --}} @include('admin.shared.submitEditForm') {{-- submit edit form script --}} @endsection