@extends('redesign.layouts.metronic.dashboard') @section('title', 'Standort erstellen') @section('documentTitle', 'Standort erstellen') @section('document') @if( session('warning') ) @include('redesign.back.metronic.pieces.alert', [ 'type' => 'danger', 'icon' => '', 'text' => session('warning'), 'close' => true, ]) @endif

Standort erstellen

{{ csrf_field() }}
@include('redesign.back.metronic.places.pieces.form')
@endsection