@extends('layouts.admin') @section('content-wrapper-header')

User Profile

@endsection @section('content')
{{--

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

--}}

{{$user->name}}

{{$user->profile->designation}}

Send Message Send File Access History Rename User Ban User

About Me

Education

{{$profile->education}}


Location

{{$profile->current_location}}


{{-- Skills--}} {{--

--}} {{-- UI Design--}} {{-- Coding--}} {{-- Javascript--}} {{-- PHP--}} {{-- Node.js--}} {{--

--}} {{--
--}} Notes

{{ $profile->notes }}

@endsection