@extends('backend.layouts.admin.admin') @section('title', 'Appointments') @section('content') Appointments # Doctor Name Patient Name Preferred Date / Time Actions @foreach ($appointments as $key => $appointment) {{++$key}} {{$appointment->doctor_id ? $appointment->doctor->name : ''}} {{$appointment->fullname}} {{$appointment->preferred_date->format('d M,Y')}}/{{$appointment->preferred_time}} × Are you sure you want to delete this item? @endforeach @stop @push('styles') @endpush
Are you sure you want to delete this item?