@extends('layouts.main')
@section('content')
@include('partials.breadcrumb', ['breadcrumbTitle' => 'Create Location', 'parentUrl' => '/location', 'parentTitle' =>
'Locations'])
@include('partials.error')
@include('partials.error-message')
@stop
@section('help-links')
@include('help.help-links',['helpLink'=>config('help-links.help_links.create_locations'),'helpTitle'=>config('help-links.help_titles.create_locations')])
@endsection
@section('after_scripts')
@stop