@extends('layouts.app') @section('content')

@lang('lang.import') @lang('models/locations.singular')

@include('adminlte-templates::common.errors')
{!! Form::open(['route' => 'admin.locations.import','files'=>true]) !!}
{!! Form::label('json_locations', __('models/locations.fields.json_locations').':') !!} {!! Form::textarea('json_locations', null, ['class' => 'form-control']) !!}
{!! Form::close() !!}
@endsection