@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'ASN History','parentTitle'=>'Settings','parentUrl'=>'/settings'])
@include('partials.error-message') @include('settings.asn-history.partials.filter')
# Supplier Filename Date Added Download Resync
@stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.history'),'helpTitle'=>config('help-links.help_titles.history')]) @endsection @section('after_scripts') @include('settings.asn-history.partials.script') @stop