@extends('layouts.master') @section('title', __('Dashboard')) @push('styles') @endpush @section('breadcrumb-text')

{{ __('Member Dashboard') }}

{{ __('Welcome back, Rebecca! Here your overview for today.') }}

{{ __('Dashboard Setting') }}
@endsection @section('content') @endsection @push('scripts') {{-- Start for Chart --}} {{-- END for Chart --}} {{-- csrlive start --}} {{-- csrlive end --}} @endpush