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

About us Show

About us Details

الاسم :
{{$data->title}}
الوصف :
{!! $data->description !!}
Map :
{!! $data->map !!}
@include('dashboard.includes.footer')
@stop @section('script') @stop