@extends('layouts.adminLayout.admin_design') @section('content')

{{ $title }}




{{ Form::open(['url' => route('giftcardimport'), 'method'=>'post', 'file'=>true, 'name' => 'giftcardimport', 'class' => 'form-horizontal', 'enctype' => 'multipart/form-data', 'id' => 'giftcardimport']) }}
@if ($errors->has('csv_file')) {{ $errors->first('csv_file') }} @endif @if ($errors->has('success')) {{ $errors->first('success') }} @endif
{{ __('lbl.cancel') }}
{{ Form::close() }}

@endsection