@extends('backend.layouts.main') @section('content')

{{$subtitle}}

{{ Breadcrumbs::render('backend.location.street.add') }}
{{ csrf_field() }}
@include('backend.partials.msg') @include('backend.partials.errors')
@endsection @section('style_top') @stop @section('script') @stop