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

@php $expires_30_day = now()->addDays(30)->format('Y-m-d'); $expired = now()->format('Y-m-d'); @endphp Expires in 30 Days Expired

Drivers

@if (permission('manage_reports')) @endif
{!! $dataTable->table() !!}
@endsection() @section('script') {!! $dataTable->scripts() !!} @endsection()