@extends('seller.layout.index') {{-- =========== meta Title =================== --}} @section('title') محصولات @endsection {{-- =========== My Css Style =================== --}} @section('style') @endsection {{-- =========== My JavaScript =================== --}} @section('script') @endsection {{-- =========== CONTENT =================== --}} @section('content') @include('seller.products.user_modal') @include('seller.products.cart_modal')