@extends('frontend.layouts.template') @section('stylesheet') @endsection @section('content')
@include('frontend.member.tab-dashboard')
@include('frontend.member.tab-orders')
@if( approver_user() )
@include('frontend.member.tab-approval')
@endif
@include('frontend.member.tab-address')
@include('frontend.member.tab-account-detail')
@endsection @section('modals') @include('frontend.member.modal-address-form') @endsection @section('javascript') @endsection