@extends('layouts.master') @section('title') @lang('translation.Data_Tables') @endsection @section('css') @endsection @section('content') @include('components.breadcum')

Title: ({{date('dS M Y H:i A',strtotime($data->created_at))}})

{{$data->title}}

Description:

{!! $data->description !!}
@endsection @section('script') @endsection