@extends('layouts.main') @section('title', $data['title']) @section('content')

Dashboard

Mamiya

{{ Auth::user()->first_name}} {{ Auth::user()->last_name}}

{{getUserTypeName(Auth::user()->type)}}

Loyalty

Greatness

Relationship

Clarity

@endsection('content') @section('custom-scripts') @endsection