@extends('layouts.master') @section('title') {{__('sidebar.viewcity')}} @endsection @section('css') @endsection @section('body') @endsection @section('content') @component('components.breadcrumb') @slot('page_title') {{__('sidebar.viewcity')}} @endslot @slot('subtitle') {{__('sidebar.city')}} @endslot @endcomponent
@foreach($cities as $item) @if (session()->get('locale') == 'en') @else @endif

{{__("genral.delete_msg")}}


@csrf @method('delete')

@endforeach
# {{__('genral.city_ar')}} {{__('genral.city_en')}} {{__('genral.Country')}} {{ __('genral.action') }}
{{ $item->id}} {{ $item->name}} {{ $item->name_en}}{{ $item->country->name_en}}{{ $item->country->name}}
@endsection @section('scripts') @endsection