@extends('website.layouts.app') @section('content') @if ($setting->available_slots <= $setting->booked_slots) Registration Closed - START Slots are full. Registration Complete. Registration Closed - END @endif CME Registration Form @csrf Name @if ($errors->has('name')) {{ $errors->first('name') }} @endif QID Number @if ($errors->has('q_id')) {{ $errors->first('q_id') }} @endif Are you Naseem Staff ? * Yes No Employee ID for Naseem Staff @if ($errors->has('employee_id')) {{ $errors->first('employee_id') }} @endif Phone Number @if ($errors->has('phone')) {{ $errors->first('phone') }} @endif Email ID @if ($errors->has('email')) {{ $errors->first('email') }} @endif License Number @if ($errors->has('license_no')) {{ $errors->first('license_no') }} @endif Designation @if ($errors->has('designation')) {{ $errors->first('designation') }} @endif Name of Institution @if ($errors->has('institution')) {{ $errors->first('institution') }} @endif Submit Note : * Indicates mandatory fields @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Terms & Conditions {!! $setting->terms_conditions !!} @endsection @section('scripts') @endsection
Slots are full.
Registration Complete.
Note :
* Indicates mandatory fields