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

Create New Training

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
0 days

Select participants from the list below

@forelse($officers as $officer)
id, old('participants', [])) ? 'checked' : '' }}>
@empty

No officers available. Please add officers first.

@endforelse
0 participant(s) selected
Cancel
@push('scripts') @endpush @endsection