@extends('layouts.common') @section('title') Laiqa | Admin | Dashboard @endsection @section('content') @yield('title')

View Patient

@foreach ($patient_view as $row)

Patient Name

Patient Id

Age

Email ID

Address

: {{$row->user_name}}

: {{$row->user_token}}

: {{$row->user_phone}}

: {{$row->email}}

: {{($row->user_city == '')?"---":$row->user_city}}

@endforeach