@extends('layouts.app') @section('title') Expired Follow ups | Hamdard City @stop @section('breadcrumb')
@stop @section('css') @stop @section('content')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}} | {{date('d-m-Y',strtotime($f->next_follow_up))}} | {{$f->status}} | {{$f->user ? $f->user->name:''}} | {{$f->user_asign ? $f->user_asign->name:''}} | Show History |