@extends('admin.layout.master') @section('content') {{__('admin.show')}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @foreach (languages() as $lang) {{__('site.name_'.$lang)}} @endforeach {{__('admin.country_code')}} {{__('admin.back')}} @endsection @section('js') @endsection