@extends('admin.layout.master') {{-- extra css files --}} @section('css') @endsection {{-- extra css files --}} @section('content') {{awtTrans('اضافه شركة مناديب ')}} @csrf {{awtTrans('صورة الشركة ')}} {{awtTrans('صورة السجل التجاري ')}} {{awtTrans('صورة السيارة ')}} {{awtTrans('صورة الرخصة ')}} {{awtTrans('الاسم')}} {{awtTrans('رقم الجوال')}} @foreach ($countries as $country) {{$country->calling_code}} @endforeach {{awtTrans('السجل التجاري')}} {{awtTrans('رقم الايبان ')}} {{awtTrans('رقم الحساب البنكي ')}} {{awtTrans('اسم البنك ')}} {{awtTrans('اسم صاحب الحساب ')}} {{awtTrans('ارقام لوحة السيارة ')}} {{-- --}} {{-- --}} {{-- {{awtTrans('الدول')}}--}} {{-- --}} {{-- --}} {{-- {{awtTrans('اختر الدولة')}}--}} {{-- @foreach ($countries as $country)--}} {{-- {{$country->name}}--}} {{-- @endforeach--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- {{awtTrans('المناطق / المحافظات')}}--}} {{-- --}} {{-- --}} {{-- {{awtTrans('اختر المنطقة / المحافظة ')}}--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- {{awtTrans('المدن ')}}--}} {{-- --}} {{-- --}} {{-- {{awtTrans('اختر المدينة ')}}--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{awtTrans('نوع السيارة')}} {{awtTrans('اختر نوع السيارة')}} @foreach ($types as $type) {{$type->name}} @endforeach {{awtTrans('الاقسام')}} {{awtTrans('اختر القسم')}} @foreach ($categories as $category) {{$category->name}} @endforeach {{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