President Message *

@if ($pentathlon)
@include('layouts.admin.alerts')
@csrf {{ method_field('PUT') }}
{{ $errors->first('description') }}
@else
@csrf {{ method_field('POST') }}
{{ $errors->first('description') }}
@endif
@endsection