@extends('layouts.app') @section('page-specific-styles') @stop @section('content')
@if(Auth::user()->thumbnail) Thumbnail @else
{{ Auth::user()->getInitials() }}
@endif
{{ Auth::user()->name}}

{{ Auth::user()->roles[0]->name}}

Personal Information

Full Name : {{ Auth::user()->name}}
Mobile : {{ Auth::user()->phone_number}}
E-mail : {{ Auth::user()->email}}

Update Information

@method('patch') @csrf id}} />
thumbnail) style="background-image: url('{{ url('storage/'.$user->thumbnail) }}'); background-size: cover; background-position: center; height: 150px;" @else style="background-image: url('{{ url('storage/img/users/default-thumbnail.jpg') }}'); background-size: cover; background-position: center; height: 150px;" @endif>
@method('patch') @csrf id}} />
@endsection @push('page-specific-scripts') @endpush