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

Create Group

@csrf
@if($errors->has('group_name'))
{{ $errors->first('group_name') }}
@endif
@if($errors->has('trainer_id'))
{{ $errors->first('trainer_id') }}
@endif
@if($errors->has('player_id'))
{{ $errors->first('player_id') }}
@endif
@endsection