@extends('admin.layouts.app') @section('content') @component('admin.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Report
{{-- --}} @if (auth('admin')->user()->role!=2) @endif
{{--
@csrf
{{ $errors->first('status') }}
--}}
@foreach ($companies as $company) @endforeach
Sl # Company Name Email 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() }}
@endsection @push('custom_css') @endpush @push('custom_js') @endpush