@extends('layouts.master') @section('title') @lang('translation.tenant') @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Management @endslot @slot('title') Tenants @endslot @endcomponent {{-- Page Header --}} {{-- Stats Cards --}}

{{ $stats['total'] }}

Total Tenants

{{ $stats['active'] }}

Active Tenants

{{ $stats['inactive'] }}

Inactive Tenants

{{ $stats['restaurant'] }}

Restaurant

{{-- Main Table --}}

Tenant Directory

No @lang('translation.tenant_name') Contact Person Email Phone @lang('translation.tenant_type') @lang('translation.status') Branches Created @lang('translation.Action')
@endsection @section('script') {{-- --}} @endsection