@extends('layouts.website.website') @section('content')
Lab Report
@foreach (App\DoctorLab::latest()->get() as $item) @endforeach
Report Id Patient Date Options
{{ $item->id }} {{ $item->patient->name }} {{ $item->created_at->format('d,m Y') }}
@endsection