@extends('layouts.master_admin') @section('title') Editar Producto @endsection @section('css') @endsection @section('content')

Editar producto {{$product->name}}

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

Ficha Técnica

@if($product->technical_datasheet != null) {{$product->technical_datasheet}} @endif

Foto del producto

@if($product->photo != null) @endif

General

@if($product->type_product_id==1) w @else kW @endif
@if($product->type_product_id==1)
m
m
@endif @if($product->type_product_id==2)
@endif @if($product->type_product_id==3)
@endif @if($product->type_product_id==2 || $product->type_product_id==3)
@endif
@if($product->type_product_id==1)
@endif @if($product->type_product_id==2)
@endif
@endsection @section('js') @endsection