@extends('Frontend.Layouts.modal')
@section('title')
{{ trans('front.import') }}
@stop
@section('body')
{!! Form::open(['route' => 'geofences.import', 'method' => 'POST']) !!}
{!! Form::label('file', trans('validation.attributes.file').'*:') !!}
{!! Form::file('file', ['class' => 'form-control']) !!}
{!! Form::close() !!}
@stop
@section('buttons')
@stop