@push('include-css') @endpush @push('include-js') @endpush @extends('layouts.app') @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content')
 
@if (empty($profile['avatar'])) Avatar @else Profile Picture @endif

{{ $profile['last_name'] }} {{ $profile['first_name'] }}

{{ $profile['designation'] }}

{{ App\User::find($profile['user_id'])->role['name'] }}

ABOUT ME

  • library_books Education
    {{ $profile['education'] }}
  • location_on Location
    {{ $profile['present_address'] }}
  • notes Description
    {{ $profile['description'] }}
{{ csrf_field() }}
{{ csrf_field() }}
@stop