@extends('layouts.master')
@section('title', 'Charging Station Locations')
@section('links')
@endsection
@section('content')
{!! trans('messages.list_all') !!} {!! trans('messages.stations') !!}
{!! Form::open(['url' => 'stationlocations','role' => 'form', 'class'=>'employee-form','id' => 'filter-form','data-form-table' => 'employee_table']) !!}
{!! Form::close() !!}
@endsection
@section('scripts')
@endsection