@extends('layouts/contentNavbarLayout') @section('title', 'Supervisor - Edit Supervisor') @section('page-style') @endsection @section('content')

Supervisor / Edit {{ $user->name }}

Edit
@csrf @method('PUT')
@error('phone')
{{ $message }}
@enderror
Allowed file types: .jpg, .jpeg, .png. Max file size: 2MB.
@error('photo')
{{ $message }}
@enderror
@error('status')
{{ $message }}
@enderror
{{--
--}}
@endsection @section('page-script') {{-- --}} @endsection