@extends (request()->ajax() ? 'core::layouts.master-ajax' : 'core::layouts.master') @section ('content')
{{ date('d M Y H:i:s', strtotime($data->created_at)) }}
{{ strlen($data->description) > 0 ? $data->description : 'No description' }}