@extends('layouts.app') @section('style-sheets') @endsection @section('page-title', 'My Account') @section('body-content')
@include('customer.partials.profile') @include('customer.partials.orders')
@include('customer.partials.order_detail')
@endsection @section('end-scripts') @endsection @section('scripts') @endsection @section('scripts-only') @endsection