@extends('layouts.main') @section('breadcrumbs') {{ Breadcrumbs::render('users.profile') }} @endsection @push('styles') @endpush @section('content')
{{ Auth::user()->name }}
{{ Auth::user()->roles()->first()->name }}
{{ Auth::user()->nik }} | {{ Auth::user()->branch->name }}
@endsection