@extends('layout.index') {{-- --}} {{-- --}} {{-- --}} {{-- --}} @section('content')

Patient Registration

{{ @$message }}
@csrf
{{-- Appointments not for labortary --}} @if (!isset($lab_appointments))
{{-- --}}
@endif
{{-- --}}
{{--
--}} {{--
--}}
@if (@$user->image) @endif
users->gender == 'male' || @$lab_appointments->users->gender == 'male') id="flexRadioMale" />
users->gender == 'female' ?? @$lab_appointments->users->gender == 'female') id="flexRadioFemale" />
@if (Auth::user()->status === 0)
@else @endif
@php $main_total = $appointment->main_total ?? ($lab_appointments->main_total ?? 0); $total_discount = $appointment->total_discount ?? ($lab_appointments->total_discount ?? 0); $total = $appointment->total ?? ($lab_appointments->total ?? 0); @endphp
{{--
Total
--}}
{{-- --}}
Total
TOTAL DISCOUNT
ADVANCED
REMAINING
TOTAL AMOUNT
@push('scripts') @endpush @endsection