@extends('layouts.master', [ 'page_title' => 'Delivery Schedule', 'body_id' => 'suppliers_activity', 'page_sub_title' => 'Suppliers Activity', 'plugins' => ['datatables' => true] ]) @section('content') @component('components.card_main', [ 'title' => 'Suppliers Irresponsive', 'description' => 'Here you can see when was the last time a supplier reviewed their orders.' ]) @slot( 'body' )
@component('components.button', ['type'=>'search', 'submit' => true])@endcomponent
@endslot @slot('after_body') @component('components.datatable') @slot('thead') Supplier Last Review Days Since Last Review Status User User Email Listing ID @endslot @slot('tfoot') Supplier Last Review Days Since Last Review Status User User Email Listing ID @endslot @endcomponent @endslot @endcomponent @endsection @section('app-scripts') @endsection