@extends('layouts.app') @section('title') UpComing Follow ups | Hamdard City @stop @section('breadcrumb')
@stop @section('css') @stop @section('content')# | 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 |