@extends('theme.master') @section('title', "$directory->city") @section('content') @include('admin.message') @php $gets = App\Breadcum::first(); @endphp @if(isset($gets))
@if($gets['img'] !== NULL && $gets['img'] !== '')
@else
@endif
{{ $directory->city }}
@endif
@if(isset($directory))
{!! $directory->detail !!}
@endif
@endsection