@extends('layouts/contentLayoutMaster') @section('title', __('locale.labels.billing')) @section('vendor-style') @endsection @section('content')
@include('customer.Accounts._invoices')
@include('customer.Accounts._subscriptions')
@include('customer.Accounts._preferences')
@endsection @section('vendor-script') @endsection @section('page-script') @endsection