@extends('admin.layout.master') @section('content') {{awtTrans('عرض مشرف ')}} {{awtTrans('صورة الشركة ')}} {{awtTrans('صورة السجل التجاري ')}} {{awtTrans('الاسم')}} {{awtTrans('رقم الهاتف')}} @foreach ($keys as $key) calling_code == $row->country_key ? 'selected' : ''}} value="{{$key->calling_code}}">{{$key->calling_code}} @endforeach {{awtTrans('البريد الالكتروني')}} {{awtTrans('كلمة السر')}} {{awtTrans('السجل التجاري')}} {{awtTrans('رقم الحساب البنكي ')}} {{awtTrans('رقم الايبان ')}} {{awtTrans('المدينة')}} {{awtTrans('اختر المدينه')}} @foreach ($cities as $city) id == $row->delegateCompany->city_id ? 'selected' : ''}} value="{{$city->id}}">{{$city->name}} @endforeach {{awtTrans(' رجوع ')}} @endsection @section('js') @endsection