@extends('layouts.webmaster') @section('page-content')
@foreach ($obituary as $key => $value) @php $count++; @endphp @if ($count>0)

{{$value->expired_person_name}}.

{{date('d-m-Y', strtotime($value->birth_date))}} - {{date('d-m-Y', strtotime($value->died_on))}}
@endif @endforeach
@foreach ($obituary as $key => $value) @php $count++; @endphp @if ($count>0) @endif @endforeach @endsection