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