@extends('layouts.master') @section('header-title') Delivery Schedule - Listing @endsection @section('styles') @endsection @section('content')

Import New Listing

{{-- More Info --}}

Here you can import the listing using the excel format.

• .

Accepted file type: Excel. Max file size 5MB

Listings History

{{-- More Info --}}

Here you can see all the listings uploaded, and its history . By default 3 months of history is shown.



@foreach($listings as $listing) @endforeach
View ID Date Uploaded By Plant Delete
{{$listing->id}} {{$listing->created_at_dmy}} {{$listing->uploader->full_name}} {{$listing->plant->name}} @if(!$listing->trashed()) @endif
  ID Date Uploaded By Plant  
@endsection @section('plugin-scripts') @include('scripts.datatablesjs') @endsection @section('app-scripts') @endsection