@extends('layouts.app') @section('title') Expired Follow ups | Hamdard City @stop @section('breadcrumb') @stop @section('css') @stop @section('content')

All Expired FollowUps

@foreach($followUps as $f) @endforeach
# Created At Unit Customer Remarks Next Follow up Action
{{$count++}} {{date('d-m-Y h:i',strtotime($f->created_at))}} {{$f->property->inventory->unit_number}} {{$f->property->customer->name}} {{$f->remarks}} {{date('d-m-Y',strtotime($f->next_follow_up))}} Show History
@stop @section('js') @stop