Hi there! Upload a CSV file containing meta tags to import into {{ucfirst($type)}}. Choose a .csv file to upload, then click "Import File".
{!! Form::open(array('url' => array('admin/importmetatagsfile/'.$type),'class'=>'form-horizontal padding-15','name'=>'category_form','id'=>'category_form','role'=>'form','enctype' => 'multipart/form-data')) !!}
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@if(Session::has('flash_message'))
{{ Session::get('flash_message') }}
@endif