@extends('layouts.app', ['activePage' => 'cylinder_pdt', 'titlePage' => __('')]) @section('content')

{{ __("jamia.product") }}

@foreach ($products as $product) @endforeach
{{__("jamia.sl_no")}} {{__("jamia.Category")}} {{__("jamia.name")}} {{__("jamia.unit")}} {{__("jamia.price")}} {{__("jamia.image")}} {{__("jamia.status")}} {{__("jamia.action") }}
{{ $i++; }} {{ $product->category }} {{ $product->name }} {{ $product->unit }} {{ $product->Price }} image @if($product->Is_active == 'Y') Active @else In Active @endif @if($product->Is_active == 'Y' || $product->Is_active == 'N') Is_active == 'Y') checked @endif> @endif
@endsection @section('js') @endsection