@extends('dashboard.user.layouts.master') @section('content')

My account

@include('dashboard.user.partials.balance_and_currency') @include('dashboard.user.partials.menu')
@forelse ($notifications as $notification) @empty
@endforelse
@include('dashboard.user.partials.personal_account_details')
@endsection