@extends('layouts.app') @section('content') @include('partials.home_menu.menu')

clipboardMake Enquiry


@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
@if ($errors->has('payment_method')) {{ $errors->first('payment_method') }} @endif

@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('prescription_file')) {{ $errors->first('prescription_file') }} @endif


Medical Aid Details


@if ($errors->has('medical_aid_member_name')) {{ $errors->first('medical_aid_member_name') }} @endif
@if ($errors->has('medical_aid_number')) {{ $errors->first('medical_aid_number') }} @endif
@if ($errors->has('medical_aid_plan')) {{ $errors->first('medical_aid_plan') }} @endif
@if ($errors->has('medical_aid_patient_suffix')) {{ $errors->first('medical_aid_patient_suffix') }} @endif
@endsection