@extends('admin.layout.master') @section('title','DATABASE') @section ('content')

Database List

{{--
@csrf

--}}
@forelse ($data as $i => $item) @empty @endforelse
SL. Date Action
{{ $i+1 }} {{ date('d-m-Y h:i A', strtotime($item->date)) }}
Download {{--
--}} Delete {{--
--}}
@endsection @section('script') @endsection