@extends('layout.admin') @if(session('message')) @section('heading-message')
{{ session('message') }} Your Code " {{ session('code') }} "
@endsection @endif @section('content')

Register your first athlete

{{ csrf_field() }}
@if ($errors->has('first_name')) {{ $errors->first('first_name') }} @endif
@if ($errors->has('last_name')) {{ $errors->first('last_name') }} @endif
@if ($errors->has('sport')) {{ $errors->first('sport') }} @endif
@if ($errors->has('position')) {{ $errors->first('position') }} @endif
@endsection