@extends("admin.layout.master") @section("title","Dashboard") @section ("content")

CoachEvent Manager

@csrf
@if($errors->has("coach_id")) {{$errors->first("coach_id")}} @endif
@if($errors->has("event_id")) {{$errors->first("event_id")}} @endif
@if($errors->has("apid")) {{$errors->first("apid")}} @endif
Back
@endsection @push("js") @endpush