@extends('layouts.contentLayoutMaster') @section('title') Import History Notes @endsection @php $breadcrumbs = [ [ 'link'=>'/', 'name' =>'Dashboard' ] ] @endphp @section('page-style') @endsection @section('content') @include('elements.messages-error') @csrf Drop Files Here To Upload @include('elements.importErrorTable') @endsection @section('page-script') @endsection