@extends('layouts.app') @section('header')
@endsection @section('content')
Patient Code Name Email Mobile Registered On
{{ $patient['code'] }} {{ $patient['firstname'].' '.$patient['lastname'] }} {{ $patient['email'] }} {{ $patient['mobile'] }} {{ date('d-m-Y h:i',strtotime($patient['created_at'])) }}

@foreach($all_tmp as $tmp) @endforeach
Type Event On
{{ $tmp['module'] }} {{ date('d-m-Y h:i',strtotime($tmp['module_created_at'])) }}
@endsection @section('scripts') @endsection