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

Excel upload

@csrf
@if($errors->has("event_id")) {{$errors->first("event_id")}} @endif
@if ($errors->has('clubid')) {{ $errors->first('clubid') }} @endif
@if ($errors->has('gender')) {{ $errors->first('gender') }} @endif
@if ($errors->has('excel')) {{ $errors->first('excel') }} @endif
Back
@endsection @push('js') @endpush