@extends('users.admin.layouts.master') @section('styles') @endsection @section('content')

{{isset($payment) ? 'Edit Payment Info' : 'Add Payment'}}

#XRS-45670
@csrf

Payment Items

@if(isset($patients)) @endif
@if(isset($doctors)) @endif

Cart

{{----}}
Name price Qty Total
Dariana Donnelly $3313.67
$3313.67

$55

@endsection @section('scripts') @endsection