Athlete Profile Create

@include('layouts.admin.alerts') @if (count($members)>0) @foreach ($members as $item) @endforeach
# Name Title Points State Image Action
{{ $no++ }} {{ $item->name }} {{ $item->title }} {{ $item->points }} {{ $item->state }} Edit
@csrf {{ method_field('DELETE') }}
@else No Athlete Added Yet @endif