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

Edit Trainee

Update trainee information below.

Back to Trainees
@if(session('success')) @endif @if($errors->any())
@endif
@csrf @method('PUT')
Cancel
@endsection