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

Show Blog

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