@extends('layouts.app') @section('title', 'Edit Staff') @section('content')

Edit Staff: {{ $user->name }}

@csrf @method('PUT')
is_active ? 'checked' : '' }}>
@endsection