@extends('layouts.main') @section('template_title') {{ $product->name ?? "{{ __('Show') Extintor" }} @endsection @section('content')
{{ __('Show') }} Extintor
Name: {{ $product->name }}
Brand Id: {{ $product->brand_id }}
Category Id: {{ $product->category_id }}
Class Id: {{ $product->class_id }}
Description: {{ $product->description }}
Capacity: {{ $product->capacity }}
Rating: {{ $product->rating }}
Approval: {{ $product->approval }}
Range: {{ $product->range }}
Temp Range: {{ $product->temp_range }}
Discharge Time: {{ $product->discharge_time }}
Psi: {{ $product->psi }}
Height: {{ $product->height }}
Width: {{ $product->width }}
Diameter: {{ $product->diameter }}
Weight: {{ $product->weight }}
@endsection