@extends('admin.layout.master') {{-- @section('title') Tableau de bord @endsection --}} @section('content')

{{ ucfirst($currentUser->nom.' '.$currentUser->prenoms) }}
{{ $currentUser->email }}
@foreach ($_ROLES as $role ) @if ($role->id_role == $currentUser->role_id) {{ $role->libelle }} @endif @endforeach

{{--
643
followers
108
following
--}}
{{-- --}}

Timeline

  • Received a message from Ann Lauren
    Saturday, Oktober 18, 2014
  • User login at 8:15 pm
    Saturday, August 2, 2014

    Check out my new location.
  • Meeting in the conference room
    Saturday, Juli 29, 2014

    Walked all the way home...




{{ ucfirst($currentUser->nom.' '.$currentUser->prenoms) }}
{{ $currentUser->email }}
@foreach ($_ROLES as $role ) @if ($role->id_role == $currentUser->role_id) {{ $role->libelle }} @endif @endforeach

{{--
643
followers
108
following
--}}
{{-- --}}

Timeline

  • Received a message from Ann Lauren
    Saturday, Oktober 18, 2014
  • User login at 8:15 pm
    Saturday, August 2, 2014

    Check out my new location.
  • Meeting in the conference room
    Saturday, Juli 29, 2014

    Walked all the way home...




@endsection