@extends('layout.main', [ 'secondarySidebar' => false ]) @section('page_styles') {{--CUSTOM STYLES HERE--}} @stop @section('content')
Business ID | Business Name | Created On | Primary Contact | Status | Actions | |
---|---|---|---|---|---|---|
{{$account->number}} | {{$account->company_name ?? 'N/A'}} | {{dateFormat($account->created_at, 'F d, Y h:iA')}} | {{$account->primary_user->name}} | {{$account->email}} | @if($account->status == 1) Active @else Inactive @endif |