@extends('vendor.layouts.app') @section('title', 'Products') @section('style') @endsection @section('content')
@if(session('success')) @endif
{{ $products->count() }} Products
Showing 1-5 of {{ $products->count() }} products
@csrf @method('DELETE')
@csrf
@endsection @section('script') @endsection