@extends('layouts.app') @section('content')

Seller Products

@include('flash::message')
@include('seller_products.table')
@endsection