{{-- @extends('layouts.app', ['activePage' => 'test-page', 'menuParent' => 'none', 'titlePage' => __('Buttons')]) --}}
@extends('layouts.app', [
'activePage' => 'test-view',
'menuParent' => 'none',
'titlePage' => __('Testing'),
])
@section('content')
Actions |
Name |
Slug |
Logo |
Primary Color |
User Limit |
Actions |
Name |
Slug |
Logo |
Primary Color |
User Limit |
@foreach ($tenants as $tenant)
@if (!$tenant->is_active)
@else
@endif
|
{{ $tenant->name }} |
{{ $tenant->slug }} |
{{ $tenant->logo }} |
{{ $tenant->primary_color }} |
{{ $tenant->user_limit }} |
@endforeach
@endsection
@push('js')
@endpush