@extends('layout.app') @section('title', 'Payments | Waiting Room') @section('content')
| {{ __('translations.No.') }} | {{ __('translations.Patient Name') }} | {{ __('translations.Date') }} | {{ __('translations.Price') }} | {{ __('translations.Payment Method') }} | {{ __('translations.Status') }} | {{ __('translations.Action') }} |
|---|---|---|---|---|---|---|
| 01 | John Doe | 9 July,2024 | $200 | {{ __('translations.Stripe') }} | {{ __('translations.Completed') }} | |
| 02 | John Doe | 9 July,2024 | $200 | {{ __('translations.Stripe') }} | {{ __('translations.Ongoing') }} | |
| 03 | John Doe | 9 July,2024 | $200 | {{ __('translations.Stripe') }} | {{ __('translations.Schedule') }} | |
| 04 | John Doe | 9 July,2024 | $200 | {{ __('translations.Stripe') }} | {{ __('translations.Completed') }} | |
| 05 | John Doe | 9 July,2024 | $200 | {{ __('translations.Stripe') }} | {{ __('translations.Ongoing') }} |