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

{{ isset($assignment) ? 'Edit Lead Trainer' : 'Assign Lead Trainer' }}

@if ($errors->any())
Fix the following errors:
@endif
@csrf @if(isset($assignment)) @method('PUT') @endif
Cancel
@endsection