@extends('layouts.contentLayoutMaster') @section('title') Import Companies @endsection @php $breadcrumbs = [ [ 'link'=>route('clients'), 'name' =>'Companies' ] ] @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