@extends('layouts.adminLayout.admin_design') @section('content')

Produkte

@if(Session::has('flash_message_error'))
{!! session('flash_message_error') !!}
@endif @if(Session::has('flash_message_success'))
{!! session('flash_message_success') !!}
@endif

Produkt bearbeiten
{{ csrf_field() }}
@if( $productDetails->product_name == 'Glasscheibe, Handlauf' || $productDetails->product_name == 'Glasscheibe, ohne Handlauf' || $productDetails->product_name == 'Vertikale Staketen' || $productDetails->product_name == 'Französisches Geländer mit V' || $productDetails->product_name == 'Französisches Geländer Standart' || $productDetails->product_name == 'Flachstahlgeländer mit Staketen')
@endif
@if(!empty($productDetails->image)) @endif @if(!empty($productDetails->image)) | Löschen @endif
status == "1") checked @endif value="1">
@endsection