@extends('layouts.master') @section('styles') @endsection @section('content') @php $breadcrumbs = [ ['label' => 'Dashboard', 'url' => route('admin.dashboard')], ['label' => 'Users', 'url' => '#', 'active' => true], ['label' => '', 'url' => '#', 'active' => true], ]; @endphp
@if($user->active_subscription==1) Premium VIP User @else Free Plan User @endif
UID: {{ $user->uid }} @if ($country) {{ $country->name }} @endif