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