@if (Auth::user()->hasAnyRole('admin') || Auth::user()->hasAnyRole('user'))
  • Dashboard
  • @endif @if (Auth::user()->hasAnyRole('seller'))
  • ড্যাসবোর্ড
  • Add Product
  • All Product List
  • Pending Order Summary
  • {{--
  • Order
    • Pending Order
    • Approved Order
    • Processing Order
    • Hold Order
    • Returned Order
    • Cancelled Order
  • --}}
  • Shipped Order List
  • Delivered Order List
  • Delivery Report
  • {{-- {{ route('vendor.vendor.payment-list') }} --}} Payment List
  • @endif @if (Auth::user()->hasAnyRole('admin') || Auth::user()->hasAnyRole('user'))
  • Inventory
      @can('view sales')
    • Sale
    • @endcan @can('view sales')
    • Sale List
    • @endcan @can('view purchase')
    • Purchase
    • @endcan @can('view purchase')
    • Purchase List
    • @endcan @can('view stockadjustment')
    • Stock Adjustment
    • @endcan
  • Transaction
      @can('view customerpayment')
    • Customer Payment
    • @endcan @can('view customerpayment')
    • Customer Payment Report
    • @endcan @can('view supplierpayment')
    • Supplier Payment
    • @endcan @can('view supplierpayment')
    • Supplier Payment Report
    • @endcan
    • Vendor Payment
  • Report
      @can('view purchasereports')
    • Purchase Report
    • @endcan @can('view salesreports')
    • Sale Report
    • @endcan @can('view purchasereports')
    • Purchase Details Report
    • @endcan @can('view salesreports')
    • Sales Detail Report
    • @endcan
    • Cash Bank Book Report
    • @can('view stockreports')
    • Stock Report
    • @endcan
    • Customer Ledger Report
    • Supplier Ledger Report
    • Customer Due Report
    • Supplier Due Report
    • Profit Loss Report
    • Coupons Report
    • Stock Adjustment Report
    • Sales Return Report
    • Income Statement
    • Balance Sheet
    • @can('view orderports')
    • Order Report
    • @endcan
  • Account Setting
      @can('view branch')
    • Branch
    • @endcan @can('view vat')
    • Vat
    • @endcan @can('view shipping_charge')
    • Shipping Charge
    • @endcan @can('view warehouse')
    • Warehouse
    • @endcan @can('view delivery_method')
    • Delivery Method
    • @endcan @can('view payment_method')
    • Payment Method
    • @endcan @can('view coupon_code')
    • Coupon code
    • @endcan
    • Chart of Group
    • Chart of Account
  • Account Module
    • Payment
    • Payable Report
    • Receive
    • Receiveable Report
  • @endif {{--
  • Vendor Ledger
  • --}} {{-- @if (Auth::user()->hasAnyRole('investor'))--}} {{--
  • --}} {{-- --}} {{-- --}} {{-- Deshboard--}} {{-- --}} {{--
  • --}} {{--
  • --}} {{-- --}} {{-- --}} {{-- Investment Income--}} {{-- --}} {{--
  • --}} {{--
  • --}} {{-- --}} {{-- --}} {{-- Payment History--}} {{-- --}} {{--
  • --}} {{--
  • --}} {{-- --}} {{-- --}} {{-- Withdrow History--}} {{-- --}} {{--
  • --}} {{-- @endif--}} @if (Auth::user()->hasAnyRole('admin'))
  • Products
    • Add Product
    • Pending Product List
    • All Product List
    • Category
    • Sub Category
    • Sub Sub Category
    • Reject Product List
    • @can('view brand')
    • Brand
    • @endcan @can('view unit')
    • Unit
    • @endcan
  • Contact Info
      {{-- @can('view contact') --}}
    • Contact Category
    • Customer
    • Supplier
    • Staff
    • {{-- @endcan --}}
  • Investment
    • Plan/Package
    • Investors
    • Investor Payments
    • Investments
    • Investor Incomes
    • Investor Withdraws
    • {{--
    • Closing Statement
    • --}}
    • Closing Statement List
    • Funds
  • @endif