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

{{ ucfirst($user->role) }} Profile

Complete this profile before using the dashboard.

@csrf @method('PUT')
@endsection