@extends('layouts.layout-2')
@section('content')
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
Buchung FeWo @if($id === "new") anlegen @else {{"(ID: ".$id.")"}} verwalten @endif
{!! Form::open(['url' => route('travel_user_booking_fewo_detail', [$id]), 'class' => 'form-horizontal']) !!}
@include('travel.user.booking._detail_info')
@if($id !== "new")
@include('travel.user.booking._detail_invoice')
@include('travel.user.booking._detail_sm_mails')
@endif
{!! Form::close() !!}
@if($id !== "new")
@include('travel.user.booking._detail_mails')
@include('travel.user.booking._detail_files')
@endif
@endsection