@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('الاقسام')}} @foreach ($categories as $category) {{$category->name}} @endforeach {{awtTrans('البريد الالكتروني')}} {{awtTrans('المدينة')}} {{awtTrans('اختر المدينة')}} @foreach ($cities as $city) {{$city->name}} @endforeach {{awtTrans('اسم البنك ')}} {{awtTrans('اسم الحساب البنكي ')}} {{awtTrans('رقم الحساب البنكي ')}} {{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 --}} {{-- #Maps --}} @endsection