{{-- @extends('layouts.app', ['activePage' => 'test-page', 'menuParent' => 'none', 'titlePage' => __('Buttons')]) --}} @extends('layouts.app', [ 'activePage' => 'test-view', 'menuParent' => 'none', 'titlePage' => __('Testing'), ]) @section('content')

My Data Table

@foreach ($tenants as $tenant) @if (!$tenant->is_active) @else @endif @endforeach
Actions Name Slug Logo Primary Color User Limit
Actions Name Slug Logo Primary Color User Limit
{{ $tenant->name }} {{ $tenant->slug }} {{ $tenant->logo }} {{ $tenant->primary_color }} {{ $tenant->user_limit }}
@endsection @push('js') @endpush