@extends('layouts.app', ['title' => 'PRM | Produkte']) @section('content') {{-- new Item --}} {{-- edit Item --}} {{-- delete Item --}}
{{--
@include('layouts.breadcrumb', ['crumbs' => [ucfirst(Request::segment(1)), ucfirst(Request::segment(2))]])
--}} {{-- @if (Auth::user()->get_employee->is_mgt and Auth::user()->get_employee->is_srm) --}} @if (Auth::user()->get_employee->is_mgt or Auth::user()->get_employee->is_prm)
@endif

@if (session('error'))

{{ session('error') }}

{{ session('error1') }}

{{ session('error2') }}

@endif @if (session('msg'))

{{ session('msg') }}

@endif

*Alle Produkte zzgl. MwSt. & Lieferung {{-- --}} @if (Auth::user()->get_employee->is_mgt or Auth::user()->get_employee->is_prm) @endif @if ($items->count() > 0) @foreach ($items as $item) @if (Auth::user()->get_employee->is_mgt or Auth::user()->get_employee->is_prm) @endif @endforeach @else @endif
@csrf
@csrf
@csrf
Ausstattung Technische Daten LV-TexteAktion
img.{{ $item->name }}
{{ $item->name }}
{{ number_format($item->net_price, 2, ',', '.') }} €
{!! $item->short_description !!}
{!! Str::limit(ltrim(strip_tags($item->long_description)), 200) !!}

{!! $item->equipment !!}

{!! $item->technical_specifications !!}

{!! Str::limit(strip_tags($item->lv_text), 200) !!} {{-- {!! Str::limit(ltrim(strip_tags($item->lv_text)), 200) !!} --}}
{{-- --}}
Keine Daten

{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endsection