@extends('layouts.dashboardv2', ['customersSelect' => $customersSelect, 'customerSelected' => $customerSelected]) @section('head') @endsection @section('navbar') @include('customer_dashboard_v2.shared.nav') @endsection @section('aside') @include('customer_dashboard_v2.shared.sidebar') @endsection @section('content')

Sales Order List

@if(Session::has('agent'))
Customer:
@else
@endif
Status:
@include('customer_dashboard_v2.sales_order.partials.filters-form')
@include('customer_dashboard_v2.sales_order.partials.list-sales-order', ['orders' => $orders])
@include('customer_dashboard_v2.sales_order.partials.pagination', ['pagination' => $pagination])
@include('customer_dashboard_v2.sales_order.partials.detail-sales-order') @endsection @section('footer') @endsection @section('scripts') @endsection