@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Revivn - Pickups', 'parentSubUrl' => '#', 'parentSubTitle' => 'Revivn','parentUrl' => '#', 'parentTitle' => ' Inventory Control ']) @include('revivn.partials.submenu')
@include('revivn.partials.filter.revivn-pickups')
@include('partials.success') @include('partials.error-message')

Click to toggle table columns:

# Pickup ID State Order # Comments Confirmed Time Scheduled Date
@stop @section('after_scripts') @include('reports.scripts.common') @include('reports.scripts.datatable') @include('reports.scripts.datatable-column-toggle-script'); @stop