@extends('Layouts/dashboard')
@section('submenu')
@endsection
@section('content')
@t('Hotel Prices Importer')
@t('1. Export Products')
@t('Download the file')
@t('2. Import Products')
{!! Form::open(['enctype' =>'multipart/form-data']) !!}
{!! Form::label('data[file][file]', 'Upload a file') !!}
{!! Form::file('file') !!}
{!! Form::close() !!}
@endsection