@extends('layouts.website.website') @section('content')
Add Lab Report
@csrf
{{-- --}}
Lab Report
@foreach ($DoctorLab as $item) @endforeach
Report Id Patient Doctor Date Options
{{ $item->id }} {{ $item->patient->name }} {{ $item->doctor->name }} {{ Carbon\Carbon::parse($item->date)->format('d,m Y h:i') }} {{-- --}} {{-- --}}
@endsection