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

Judge Manager

@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('clubid')) {{ $errors->first('clubid') }} @endif
@if ($errors->has('dob')) {{ $errors->first('dob') }} @endif
@if ($errors->has('gender')) {{ $errors->first('gender') }} @endif
@if ($errors->has('contact_number')) {{ $errors->first('contact_number') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('state_id')) {{ $errors->first('state_id') }} @endif
@if ($errors->has('district_id')) {{ $errors->first('district_id') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
Back
@endsection @push('js') @endpush