@if (\Illuminate\Support\Facades\Auth::user()->isAbleTo('add_result-read'))
@if (session()->has('success'))
@elseif (session()->has('error'))
@endif
@if ($patient_info)
Name |
Age |
Gender |
Patient Id |
Blood Group |
Mobile |
{{ $patient_info['patient_name'] }} |
{{ $patient_info['age'] }} |
{{ $patient_info['gender'] }} |
{{ $patient_info['patient_id'] }} |
{{ $patient_info['blood_group'] }} |
{{ $patient_info['phone_no'] }} |
@endif
@if (sizeof($diag_test_info)>0)
@if ($result_data_update == true)
@else
@endif
@endif
{{--
{{ $datatables->links('livewire.pagination-livewire') }}
--}}
{{--
{{ __('Are you sure you want to delete this data ? Once the data is deleted, all of its resources and data will be permanently deleted.') }}
--}}
Hello, world! This is a toast message.
@else