{{ $title }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if($isEdit)
@endif
Processing...
{{--
ID Name Description Actions
--}}
{{-- @dd($pros) --}}

Debug Information

Product Count: {{ $pro_count ?? 'No count available' }}

Product List: {{ $pros ?? 'No products available' }}

@if($pros && $pros->count()) {{-- @if($pro_count > 0) --}}

Total Products: {{ $pro_count }}

@foreach($pros as $product) @endforeach
ID Name Description Action
{{ $product->id }} {{ $product->name }} {{ $product->description }}
{{ $pros->links() }}
@else

No products found.

@endif
@push('scripts') {{-- --}} {{-- --}} {{-- --}} @endpush