@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') @endsection @section('footer') @endsection @section('scripts') @endsection