@extends('admin.layout.master') {{-- extra css files --}} @section('css') @endsection {{-- extra css files --}} @section('content') {{awtTrans('اضافه عميل ')}} @csrf {{awtTrans('الاسم')}} {{awtTrans('رقم الهاتف')}} {{awtTrans('البريد الالكتروني')}} {{awtTrans('الحالة')}} {{awtTrans('اختر حالة ')}} {{awtTrans('محظور')}} {{awtTrans('بانتظار التفعيل')}} {{awtTrans('مفعل')}} {{awtTrans('النوع')}} {{awtTrans('اختر النوع ')}} {{awtTrans('ذكر')}} {{awtTrans('انثي')}} {{awtTrans('الجنسية')}} {{awtTrans('اختر الجنسية')}} @foreach($nationalities as $nationality) {{$nationality->name}} @endforeach {{awtTrans('المدينة')}} {{awtTrans('اختر مدينة')}} @foreach ($cities as $city) {{$city->name}} @endforeach {{-- --}} {{-- --}} {{-- {{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