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


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


Kundendaten:

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

Projektdaten:

geplanter Baubeginn:
geplantes Bauende:
Bearbeitung - Deadline:

@if ($project->fk_status_in_company_id == '39')

Monate

Monate

* auf alle beweglichen und Verschleißteile 2 Jahre.
@endif

Das Budget

@if ($project->budget_equipment > 0)
MwSt. %
budget_with_delivery == '1' ? 'checked' : ' ' }} />
budget_with_mounting == '1' ? 'checked' : ' ' }} />
budget_with_safety_inspection == '1' ? 'checked' : ' ' }} />
Summe (netto)
{{ $project->budget_total }}
zzgl. {{ $project->tax * 100 }} % MwSt.
{{ $project->budget_total * $project->tax }}
Summe (brutto)
{{ $project->budget_total_tax }}
@else
MwSt. %
budget_with_delivery == '1' ? 'checked' : ' ' }} />
budget_with_mounting == '1' ? 'checked' : ' ' }} />
budget_with_safety_inspection == '1' ? 'checked' : ' ' }} />
Summe (netto)
{{ $project->budget }}
zzgl. {{ $project->tax * 100 }} % MwSt.
{{ $project->budget * $project->tax }}
Summe (brutto)
{{ $project->budget + $project->budget * $project->tax }}
{{--
Budget (netto) in €:
budget_with_delivery == '1' ? 'checked' : ' ' }} />
budget_with_mounting == '1' ? 'checked' : ' ' }} />
budget_with_gala == '1' ? 'checked' : ' ' }} />
--}} @endif

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