@extends('layouts.website.website') @section('content')
Birth Report
@foreach ($reports as $item) @endforeach
Patient Description Doctor Date Options
{{ $item->patient->name }} {{ $item->description }} {{ $item->doctor->name }} {{ Carbon\Carbon::parse($item->date)->format('d,M Y') }}
@endsection