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

{{ucfirst($type)}} Meta Tags

When you click the button below We will create an csv file for you to save to your computer which contains the meta tags of all {{ucfirst($type)}}.

Once you’ve saved the download file, you can use the Import function to import the meta tags.

 

Download CSV

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
@endsection