@extends('admin.layouts.master') @section('content')

Patient List

@if(session()->has('success'))
{{ session()->get('success') }}
@endif @if(session()->has('error'))
{{ session()->get('error') }}
@endif
Id First Name Last Name Country Referal Therapist Name Chatroom Status Messages Sent Signup date Subscription Last Active Status Avg. Match Time Signup Type Owner Type Marketing Action
@endsection @section('script') @endsection