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

Club Manager

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