@extends('dashboard.layouts.master') @section('css') @endsection @section('title') {{ $title }} @endsection @section('content')

{{ucfirst(get_user_data()?->name) . ' ' . trans('dashboard/header.main_dashboard') }}

Image

{{ucfirst(get_user_data()?->name)}}

{{get_user_data()?->type}}
{{ get_user_data()?->phone }}

@endsection @section('js') @endsection