@extends('layouts.app', ['title' => 'Auftrag | neue']) @section('content') {{-- new Item --}}
APP > {{ strtoupper(Request::segment(1)) }} > {{ strtoupper('Bauvorhaben') }} > NEU
{{-- --}}

@if (session('msg'))

{{ session('msg') }}

@endif
Neuer Auftrag
{{--
Anfragedatum: {{ date('d.m.Y', time()) }}
--}}
@csrf

Bauvorhabensdaten:

Ist das Bauvorhaben bereits im System eingetragen?

@if (!empty($project_location))
@endif
Bauvorhaben - Name:
Bauvorhaben - Adresse:
{{--

Kostenstellennummer



--}}

Projekt-Title:

@if (!empty($services)) @endif
{{--
@if (!empty($productstype)) @endif
--}}
@if (!empty($project_category)) @endif
@if (!empty($request_origin)) @endif
{{--
@if (!empty($customers))
@endif
@if (!empty($customers)) @endif
--}}
@if (!empty($customers))
@endif
@if (!empty($customers))
@endif
@if (!empty($customers))
@endif
@if (!empty($customers))
@endif
@if (!empty($customers))
@endif
@if (!empty($customers))
@endif
@if (!empty($customers)) @endif
@if (!empty($customers)) @endif
@if (!empty($customers)) @endif
@if (!empty($customers)) @endif
{{--
@if (!empty($customers))
@endif
@if (!empty($customers))
@endif
@if (!empty($customers)) @endif
@if (!empty($customers)) @endif
--}} {{--
Anfrageursprung:
@if (!empty($request_origin)) @endif
Produkte Art:
@if (!empty($productstype)) @endif
Kategorie:
@if (!empty($project_category)) @endif
--}}

Projektdaten:

{{--
Bauvorhaben - Name:
Bauvorhaben - Adresse:
--}}
geplanter Baubeginn:
geplantes Bauende:
Bearbeitung - Deadline:


Das Budget
{{-- Eingabe im netto und die Währung ist die € --}} {{--
netto €
Brutto €
--}}
MwSt. %
{{--
--}}
Summe (netto)
0
zzgl. 19 % MwSt.
0
Summe (brutto)
0


Fläche in m²/Pläne:

Material:
Zukaufteile:

Zielgruppe:
Idee Kunde/Planer:

Anzahl der Bereiche:


Planungsgrundlage:
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endsection