@extends('front.layout.master') @section('title',"$seoDirectory->city | ") @section('meta_tags') @endsection @section('body')
@if(isset($seoDirectory))

{{ $seoDirectory->city }}


{!! $seoDirectory->detail !!}
@endif
@endsection