@extends('admin.layout.master') {{-- extra css files --}} @section('css') @endsection {{-- extra css files --}} @section('content') {{awtTrans('اضافه شركة مناديب ')}} @csrf {{awtTrans('صورة الشركة ')}} {{awtTrans('صورة السجل التجاري ')}} {{awtTrans('الاسم')}} {{awtTrans('رقم الجوال')}} @foreach ($countries as $country) {{$country->calling_code}} @endforeach {{awtTrans('البريد الالكتروني')}} {{awtTrans('كلمة السر')}} {{awtTrans('السجل التجاري')}} {{awtTrans('رقم الحساب البنكي ')}} {{awtTrans('الدول')}} {{awtTrans('اختر الدولة')}} @foreach ($countries as $country) {{$country->name}} @endforeach {{awtTrans('المناطق / المحافظات')}} {{awtTrans('اختر المنطقة / المحافظة ')}} {{awtTrans('المدن ')}} {{awtTrans('اختر المدينة ')}} {{awtTrans('الحالة')}} {{awtTrans('اختر حالة التفعيل')}} {{awtTrans('نشط ')}} {{awtTrans(' محظور')}} {{awtTrans('اضافة')}} {{awtTrans(' رجوع ')}} @endsection @section('js') {{-- show selected image script --}} @include('admin.shared.addImage') {{-- show selected image script --}} {{-- submit add form script --}} @include('admin.shared.submitAddForm') {{-- submit add form script --}} @endsection