@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| # | {{__('genral.city_ar')}} | {{__('genral.city_en')}} | {{__('genral.Country')}} | {{ __('genral.action') }} | ||
|---|---|---|---|---|---|---|
| {{ $item->id}} | {{ $item->name}} | {{ $item->name_en}} | @if (session()->get('locale') == 'en'){{ $item->country->name_en}} | @else{{ $item->country->name}} | @endif
|
|