@extends('layouts/layoutMaster') @section('title', 'Mariachis - Admin') @section('vendor-style') @vite([ 'resources/assets/vendor/libs/datatables-bs5/datatables.bootstrap5.scss', 'resources/assets/vendor/libs/datatables-responsive-bs5/responsive.bootstrap5.scss', 'resources/assets/vendor/libs/datatables-buttons-bs5/buttons.bootstrap5.scss', 'resources/assets/vendor/libs/select2/select2.scss', 'resources/assets/vendor/libs/@form-validation/form-validation.scss', ]) @endsection @section('vendor-script') @vite([ 'resources/assets/vendor/libs/moment/moment.js', 'resources/assets/vendor/libs/datatables-bs5/datatables-bootstrap5.js', 'resources/assets/vendor/libs/select2/select2.js', 'resources/assets/vendor/libs/@form-validation/popular.js', 'resources/assets/vendor/libs/@form-validation/bootstrap5.js', 'resources/assets/vendor/libs/@form-validation/auto-focus.js', 'resources/assets/vendor/libs/cleave-zen/cleave-zen.js', ]) @endsection @section('page-script') @vite('resources/assets/js/admin-mariachis-index.js') @endsection @section('content') @php use App\Models\User; use Illuminate\Support\Str; use Illuminate\Support\Facades\Route; $planOptions = $mariachis ->map(fn ($mariachi) => $mariachi->mariachiProfile?->activeSubscription?->plan?->name ?: ($mariachi->mariachiProfile?->subscription_plan_code ? Str::headline($mariachi->mariachiProfile->subscription_plan_code) : 'Sin plan')) ->filter() ->unique() ->sort() ->values(); $verificationShare = $totalMariachis > 0 ? (int) round(($pendingVerificationMariachis / $totalMariachis) * 100) : 0; $activeShare = $totalMariachis > 0 ? (int) round(($activeMariachis / $totalMariachis) * 100) : 0; $subscribedShare = $totalMariachis > 0 ? (int) round(($subscribedMariachis / $totalMariachis) * 100) : 0; @endphp @if (session('status'))
({{ $subscribedShare }}%)
({{ $activeShare }}%)
({{ $verificationShare }}%)
| User | Role | Plan | Billing | Status | Actions | ||
|---|---|---|---|---|---|---|---|
|
{{ $mainName }}
{{ $mariachi->email }}
Alta {{ $registeredAtLabel ?: 'sin fecha' }}
|
Mariachi | {{ $planLabel }} {{ $profile?->active_listings_count ?? 0 }} anuncio(s) activo(s) | {{ $billingLabel }} {{ $profile?->city_name ?: 'Ciudad pendiente' }} | {{ $statusLabel }} |