@extends('backend.layouts.main') @section('title', 'MLI ATS | Assign Users') @section('content')
@include('backend.share.title', ['title' => 'Manage Assign Users'])
@csrf {{ method_field('PATCH') }}

Assign Users

Project Manager
Accreditation Supervisor
Final Review
@include('backend.share.update-button', ['name' => 'Update'])
@endsection