@extends('mgh_theme.app',['datatable'=>1]) @section('content')
@include('mgh_theme.session') @include('mgh_theme.error')

The List Of Guest Park

@foreach($cards as $card) @endforeach
SL NO Card no Created at Action
{{$loop->iteration}} {{$card->card}} {{\Carbon\Carbon::parse($card->created_at)->timezone('Asia/Dhaka')->format('d F,Y h:i:s a')}}
@csrf @method('DELETE')
@endsection @section('modal') @endsection @section('script') @endsection