@extends('layouts.admin') @section('pageTitle') Best Insurance | Affiliates @stop @section('content')
@if(isset($affiliates)) @foreach($affiliates as $affiliate) @if(count($affiliate->branches)>0) @else @endif @if(count($affiliate->housers)>0) @else @endif @if(count($affiliate->brokers)>0) @else @endif @else @endif @endforeach @endif
Created Date UID Name Of The Organization Legal Entity Source Broker Firm Broker Advisor Branches count HO Users count Brokers count Created Date Status Actions
{{$affiliate->updated_at}} {{$affiliate->uid}} {{$affiliate->name}} {{$affiliate->Legal_Entity}} {{$affiliate->source}} {{$affiliate->broker_firm}} {{$affiliate->broker_advisor}} {{count($affiliate->branches)}} {{count($affiliate->branches)}} {{count($affiliate->housers)}} {{count($affiliate->housers)}} {{count($affiliate->brokers)}} {{count($affiliate->brokers)}} {{date('d-m-Y H:i:s',strtotime($affiliate->updated_at))}} @if($affiliate->status == '1')
@stop @section('pageBottomJs') @stop