@extends('admin.layouts.app') @section('title', 'Products') @section('page-title', 'Products') @section('content')
Add New Product
@include('admin.products.partials.mobile-cards', ['products' => $products])
{{ $products->links() }}
@endsection