@extends('admin.layouts.master') @section('titleadmin') {{ str_replace("-"," ",ucfirst($type.' '.$nameView)) }} @endsection @section('cssadmin') @endsection @section('contentadmin')
@include('components.admin.csrf')
@foreach ($translation as $item)
@endforeach
@livewire('location', ['CityId'=>$Location->City->id ?? '','CountryId'=>$Location->Country->id ?? '','DistrictId'=>$Location->District->id ?? '','DistrictShow'=>'show'])
@endsection @section('jsadmin') @endsection