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