@extends('layouts.dashboard_2')
@section('title', 'Show City')
@section('content')
City Details
العنوان :
{{$data->title}}
Country :
{{$data->country->title}}
Summary :
{{$data->summary}}
@include('dashboard.includes.footer')
@stop
@section('script')
@stop