@extends('layouts.admin') @section('content') @include('include.datatable-css')
@include('include.flash-message') @include('include.date-range-ele')
@foreach ($history as $record) @endforeach
Package Customer Quantity Date Date & Time Action
{{ $record->package->title }} @isset($record->user) {{ $record->user->firstName . ' ' . $record->user->firstName }} @endisset {{ $record->quantity }} {{ $record->date }} {{ $record->created_at }}
@include('include.datatable') @include('include.datatable-date-range-selector-js', ['url' => 'tiffin-history']) @endsection