@extends('admin.layout.master') @section('content') {{__('admin.show')}} @foreach (languages() as $lang) {{__('site.name_'.$lang)}} @endforeach {{__('admin.country')}} {{__('admin.choose_the_country')}} @foreach ($countries as $country) id == $city->country_id ? 'selected' : ''}} value="{{$country->id}}">{{$country->name}} @endforeach {{__('admin.back')}} @endsection @section('js') @endsection