@extends('redesign.layouts.dashboard') @section('title', 'Standort erstellen') @section('documentTitle', 'Standort erstellen') @section('document')
@if(session('warning'))
@endif
{{ csrf_field() }}
@include('redesign.back.seller.places.pieces.form.contacts')
@include('redesign.back.seller.places.pieces.form.worktimes')
Abbrechen
@endsection