@extends("admin.admin_app") @section("content")

Import Hotel Meta Tags

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())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(Session::has('flash_message'))

{{ Session::get('flash_message') }}

@endif
@endsection