@extends('layouts.admin') @section('content') @push('css') {{-- dropzone --}} @endpush
Member Joining
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('user_account')) {{ $errors->first('user_account') }} @endif
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if ($errors->has('gender')) {{ $errors->first('gender') }} @endif
@if ($errors->has('religion')) {{ $errors->first('religion') }} @endif
@if ($errors->has('referral')) {{ $errors->first('referral') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('re_password')) {{ $errors->first('re_password') }} @endif

Failed to connect to MySQL: Access denied for user 'fastserver1_db'@'localhost' (using password: YES)
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@push('alljs') @endpush @endsection