@extends('layout.main', [ 'secondarySidebar' => false ]) @section('page_styles') {{--CUSTOM STYLES HERE--}} @stop @section('content')

Business

{{--toolbar buttons--}}

Business List Centralized management for your businesses

@foreach($accounts as $account) @endforeach
Business ID Business Name Created On Primary Contact Email 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
@include('layout.footer')
@stop @section('page_modals') {{--Page modals--}} @stop @section('page_scripts') @stop