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

Today FollowUps

@foreach($today_followUps as $f) @if($f->next_follow_up == date('Y-m-d')) @else @endif @endforeach
Sr. No Created At Unit Customer Remarks Next Follow up Status Follow Up By Assign To Action
{{$count++}} {{date('d-m-Y h:i',strtotime($f->created_at))}} {{$f->property->inventory->unit_number}} {{$f->property->customer->name}} {{$f->remarks}} Today {{$f->status}} {{$f->user->name}} {{$f->user_asign->name}} Show History
{{$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))}} {{$f->status}} {{$f->user->name}} {{$f->user_asign->name}} Show History
@stop @section('js') @stop