@extends('layout.default') @if($mode == 'edit') @section('title', $L('Edit location')) @else @section('title', $L('Create location')) @endif @section('viewJsName', 'locationform') @section('content')

@yield('title')

@if($mode == 'edit') @endif
{{ $L('A name is required') }}
@stop