@extends('admin.layouts.app') @section('content') @component('admin.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Sl # | Company | Name | Plan | Company phone | City/Town | Date of Registration | Active Employees | Inactive Employees | |
---|---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $company->company }} | {{ $company->name }} | {{ $company->email }} | {{ $company->subscription_name() }} | {{ $company->company_phone }} | {{ $company->city }} | {{ optional($company->created_at)->format('d-M-Y') ?? 'no data' }} | {{ $company->get_active_employees() }} | {{ $company->get_inactive_employees() }} |