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