@extends('front.app') @section('title', 'My Orders') @section('content')
@include('customer.dashboard-nav')
@include('customer.dashboard-nav-dropdown')
@endsection