@extends('layouts.storeapp') @section('content') {{-- Products --}}

Products

Total: {{$total}}
{{--
--}} @if($ProductGroups)
@endif
@foreach($Products as $Product) @endforeach
Product Image Status Actions
{{$Product->title}} Product Image @if($Product->is_active == 1) active @else not active @endif Edit
@csrf @method('delete')
@endsection