@extends('admin.layout.master') @section('content') {{awtTrans('عرض منطقة ')}} {{awtTrans('الاسم بالعربية')}} {{awtTrans('الاسم بالانجليزية')}} {{awtTrans('الدولة')}} {{awtTrans('اختر الدولة')}} @foreach ($countries as $country) id == $row->country_id ? 'selected' : ''}} value="{{$country->id}}">{{$country->name}} @endforeach {{awtTrans(' رجوع ')}} @endsection @section('js') @endsection