@extends('layouts.dashboard_2') @section('title', 'Show City') @section('content')

Show City

City Details

العنوان :
{{$data->title}}
Country :
{{$data->country->title}}
Summary :
{{$data->summary}}
الصورة :
@include('dashboard.includes.footer')
@stop @section('script') @stop