@extends('admin.layout.master') {{-- extra css files --}} @section('css') @endsection {{-- extra css files --}} @section('content') {{awtTrans('تعديل عميل ')}} @csrf @method('PUT') {{awtTrans('الاسم')}} {{awtTrans('رقم الهاتف')}} @foreach ($keys as $key) calling_code == $row->country_key) selected @endif value="{{$key->calling_code}}">{{$key->calling_code}} @endforeach {{awtTrans('البريد الالكتروني')}} {{awtTrans('كلمة السر')}} {{awtTrans('المحفظه')}} {{awtTrans('المدن')}} {{awtTrans('اختر مدينة ')}} @foreach ($cities as $city) id == $row->city_id) selected @endif>{{$city->name}} @endforeach {{awtTrans('الحالة')}} {{awtTrans('اختر حالة التفعيل')}} status == 'pending' ? 'selected' : ''}} value="pending">{{awtTrans('فى انتظار التفعيل ')}} status == 'active' ? 'selected' : ''}} value="active">{{awtTrans(' نشط')}} status == 'block' ? 'selected' : ''}} value="block">{{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