@extends('layouts.sellerlayouts.app') @section('title') Products | Company Name @endsection @push('css') @endpush @section('contents')
@include('alerts.alerts')
Products All
@include('seller.products.includes.productsAll')
@endsection @push('js') @endpush