@extends('layouts.master') @section('title', 'Import Contact') @section('css') @endsection @section('content')
@section('breadcrumbs') @endsection
@include('admin.errors.error') {!! Form::open([ 'route' => 'admin.contact.import.data', 'id' => 'createform', 'name' => 'createform', 'enctype' => 'multipart/form-data', ]) !!}
{!! Form::label('file_name', 'Upload CSV File', ['class' => 'form-label', 'for' => 'file_name']) !!} *
Cancel {!! Form::close() !!}
@include('admin.contact.contact-preview-model')
@endsection @section('scripts') @endsection