@extends('layouts.dashboard_2')
@section('title', 'Show Blog')
@section('content')
Blog Details
العنوان :
{{$data->title}}
Sub العنوان :
{{$data->sub_title}}
الوصف :
{!! $data->description !!}
التاريخ :
{{date('d-m-Y', strtotime($data->created_at))}}
@include('dashboard.includes.footer')
@stop
@section('script')
@stop