@extends('master.back') @section('content')

All Pre Orders

@include('alerts.alerts')
@forelse($datas as $data) @empty @endforelse
# Name Product Address Phone Created At {{ __('Actions') }}
{{ $loop->iteration }} {{ $data->name }} {{ $data->product_name }} {{ $data->address }} {{ $data->phone }} {{ $data->created_at->format('d M, Y h:i A') }}
No Pre Orders Found
{{ $datas->links() }}
{{-- DELETE MODAL --}} @endsection @section('scripts') @endsection