@include('layout.header')
@if (\Session::has('success'))
  • {!! \Session::get('success') !!}
@endif @if($errors->any())
  • {{$errors->first()}}
@endif
{{ csrf_field() }}
@if(Auth::User()->picture != null) Profile Picture @else Profile Picture @endif

{{Auth::User()->name}}

{{$position}}

{{--
Last seen 2 hours ago
--}}
Active
Joined {{date('d, M Y', strtotime(Auth::User()->created_at))}}
@include('layout.footer')