@extends('layouts.app') @section('content')

User ProfileUser Profile

@if(Session::has('message')) @endif
@if($user->designation_title)
@endif Profile Update @if($user->role_id==6) More Info @endif

Profile Image

...
@endsection @section('js') @endsection