Import from Excel
@if(method_exists($structure, 'exportRoute'))

You can import data to this module by upload the excel with the example format below :

Download Excel File Example @endif

Please upload the right format data below :

{{ csrf_field() }} {!! Input::file('import', [ 'attr' => [ 'accept' => '.xlsx, .xls, .csv' ] ]) !!}