@extends('admin.layouts.contentLayoutMaster') @section('title','Package List') @section('pagelevelcss') @stop @section('content')
@foreach($getAppointment as $appoint) @endforeach
Patientname Email Contact TestName Price AppointmentDate AppointmentTime Appointment status Action
{{$appoint->patientname}} {{$appoint->email}} {{$appoint->contact}} {{$appoint->testname}} {{$appoint->price}} {{$appoint->date}} {{$appoint->time}} {{$appoint->appointment_status }} edit remove_red_eye delete
@endsection @section('pageleveljs') @stop