@if(Route::currentRouteName()=="vendors")
All Sellers
@elseif(Route::currentRouteName()=="add.product")
Add Product
@elseif(Route::currentRouteName()=="setting.seller_commission")
Seller Payments
@elseif(Route::currentRouteName()=="product.by.id")
Update Product
@elseif(Route::currentRouteName()=="product-catgory")
All Products
@elseif(Route::currentRouteName()=="add.brand")
Add a Brand
@elseif(Route::currentRouteName()=="news-edit")
Add News
@elseif(Route::currentRouteName()=="cate_brand")
Admin Products
@elseif(Route::currentRouteName()=="size-home")
All Size
@elseif(Route::currentRouteName()=="add.size")
Add Size
@elseif(Route::currentRouteName()=="add.news")
Add News
@elseif(Route::currentRouteName()=="edit.category")
Category Details
@elseif(Route::currentRouteName()=="add.shop.category")
Add a Category
@elseif(Route::currentRouteName()=="news_all")
All News
@elseif(Route::currentRouteName()=="news_ticker_home")
News Ticker
@elseif(Route::currentRouteName()=="brand.with.id")
Edit Brand Details
@elseif(Route::currentRouteName()=="show.vendor.request")
Seller Requests
@elseif(Route::currentRouteName()=="vendor_product_detail")
Product Details
@elseif(Route::currentRouteName()=="setting.weight")
Commission Fee
@elseif(Route::currentRouteName()=="order.SellerOrders")
Seller Orders
@elseif(Route::currentRouteName()=="order.AdminOrders")
Admin Orders
@elseif(Route::currentRouteName()=="order.index")
All Orders
@elseif(Route::currentRouteName()=="FinancialStatement")
Statement of Financial Position
@elseif(Route::currentRouteName()=="admin.dashboard")
Dashboard
@elseif(Route::currentRouteName()=="users")
All Users
@elseif(Route::currentRouteName()=="dashboard.vendors_products")
Seller’s Products
@elseif(Route::currentRouteName()=="IncomeStatement")
Income Statement
@elseif(Route::currentRouteName()=="filter-category")
{{$title}}
@elseif(Route::currentRouteName()=="brand-home")
All Brands
@elseif(Route::currentRouteName()=="product.brands")
Admin Products
@elseif(Route::currentRouteName()=="edit.user")
Sellers Details
@endif