@extends('layouts.app', ['title' => 'Projekt bearbeiten']) @section('content') {{-- edit Item --}} {{-- delete Item --}} {{-- show Item --}}
APP > Kundenanfrage > {{ $project->project_id }} > {{ strtoupper(Request::segment(2)) }}
{{-- --}}

@if (session('msg'))

{{ session('msg') }}

@endif

@csrf

Bauvorhabensdaten:

Ist das Bauvorhaben bereits im System eingetragen?

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

Projekt-Title:

@if (!empty($services)) @endif
@if (!empty($request_origin)) @endif
@if (!empty($productstype)) @endif
@if (!empty($project_category)) @endif
@if (!empty($customers)) @endif
@if (!empty($customers))
@endif
@if (!empty($customers)) @endif
@if (!empty($customers)) @endif
{{--
Bauvorhaben - Name:
Bauvorhaben - Adresse:
--}}

Projektdaten:

geplanter Baubeginn:
geplantes Bauende:
Bearbeitung - Deadline:


Budget (netto) in €:
{{--
0
--}}
budget_with_delivery == '1' ? 'checked' : ' ' }} />
budget_with_mounting == '1' ? 'checked' : ' ' }} />
budget_with_gala == '1' ? 'checked' : ' ' }} />
{{--
0
--}}

Fläche in m²/Pläne:

Material:
material_wood == '1' ? 'checked' : ' ' }} />
material_steel == '1' ? 'checked' : ' ' }} />
material_net == '1' ? 'checked' : ' ' }} />
material_natural_rock == '1' ? 'checked' : ' ' }} />
Zukaufteile
with_buy_parts == '1' ? 'checked' : ' ' }} />

Zielgruppe:
Idee Kunde/Planer:


Planungsgrundlage:
planning_base_dwg == '1' ? 'checked' : ' ' }} />
planning_base_pdf == '1' ? 'checked' : ' ' }} />
planning_base_fotos == '1' ? 'checked' : ' ' }} />
planning_base_drawings == '1' ? 'checked' : ' ' }} />

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

@csrf
{{-- --}}



@foreach ($project->project_areas as $item) @endforeach
ID Title Beschreibung Action
{{ $item->area_id }} {{ $item->name }} {!! Str::limit($item->desc, 100) !!}
{{--
...
...
--}}

@endsection