@extends('layouts.master') @section('style') @endsection @section('content')
 

Truck Board

@php $today_date = now()->format('Y-m-d'); $tomorrow_date = now()->addDay()->format('Y-m-d'); $next_7_date = now()->addDays(7)->format('Y-m-d'); @endphp Today Tomorrow Next 7 Days Show All
@if($count != 0) {!! $dataTable->table() !!} @else @endif
@endsection() @section('script') {!! $dataTable->scripts() !!} @endsection()