@extends('layouts.core.frontend') @section('title', trans('messages.dashboard')) @section('head') @endsection @section('content')

{!! trans('messages.frontend_dashboard_hello', ['name' => Auth::user()->displayName()]) !!}

Welcome back to your account dashboard.
Manage your Products. Generate checkout URL and get Paid!

@endsection