@extends('doctor.layouts.app') @section('content') @include('doctor.logos')

My Prediction

@foreach ($predictions as $prediction)
{{$prediction->name}}
{{ date('d M Y, h:i A', strtotime($prediction->created_at. ' +0 hours 0 minutes')) }}
@endforeach
@endsection @section('footers') @endsection