@extends('vendor.layouts.app') @section('title', 'Products') @section('style') @endsection @section('content') @if(session('success')) {{ session('success') }} @endif Products Manage your product catalog BULK UPLOAD ADD PRODUCT EXPORT Select All {{ $products->count() }} Products Bulk Edit Delete Selected Showing 1-5 of {{ $products->count() }} products ← Previous 1 2 3 Next → @csrf @method('DELETE') @csrf @endsection @section('script') @endsection
Manage your product catalog