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

Show Country

Country Details

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