@extends('layouts.backend') @section('styles') @endsection @section('page-header')

Profile

@endsection @section('content')
avatar

{{auth()->user()->name}}

  • Username:
    {{auth()->user()->username}}
  • Email:
    {{auth()->user()->email}}
@endsection @section('scripts') @endsection