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

All Upcoming FollowUps

@foreach($followUps as $f) @if($f->next_follow_up == date('Y-m-d')) @else @endif @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}} Today Show History
{{$count++}} {{date('d-m-Y h:i',strtotime($f->created_at))}} {{$f->property->inventory->plot_number}} {{$f->property->customer->name}} {{$f->remarks}} {{date('d-m-Y',strtotime($f->next_follow_up))}} Show History
@stop @section('js') @stop