@extends('layouts.app', ['title' => 'Angebot | ' . $project->get_project_location->name]) @section('content') {{-- show Item --}} {{-- edit Item --}} {{-- delete Item --}}
@include('layouts.breadcrumb', ['crumbs' => [ucfirst(Request::segment(1)), ucfirst(Request::segment(2))]]) > {{ $project->project_id }}
{{-- --}}


@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
@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
--}}

{{--
Bauvorhaben - Name:
Bauvorhaben - Adresse:
--}}

Projektdaten:

Priorität:
geplanter Baubeginn:
geplantes Bauende:
Bearbeitung - Deadline:
@if ($project->fk_status_in_company_id == '7')
Ausgeschrieben bis:
Jahr
KW.
@endif

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) !!}
{{--
@if (!empty($customers))
@endif
--}} {{--
...
--}}

@endsection