@extends('assistant.layout.master') @section('page-title','Profile') @section('title','Profile') @section('content')

My Profile

@csrf

{{$user->name}}

{{$user->position}}

Bio

@endsection