@extends('cms.layouts.main') @section('content') @include('cms.layouts.headers.partials', ['title' => 'View Record'])
{{ $row->draw_number }}
{{ $row->date }}
{{ date('d M Y - h:i A', strtotime($row->created_at)) }}
{{ date('d M Y - h:i A', strtotime($row->updated_at)) }}