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