@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__("All Main Client")}}
{{__("ID")}} | {{__("Name")}} | {{--{{__("Activation")}} | --}}{{__("Photo")}} | {{--{{__("type")}} | --}}{{__("Provided Sections")}} | {{__("Owners")}} | @if(hasPermissions("admin-control")){{__("Coming Soon Dialog")}} | {{__("Activation")}} | {{__("Control")}} | @endif||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$client->id}} | {{$client->getNameAttribute()}} |
{{-- --}}
{{-- {{$client->status ?__("Active") : __("Non-Active")}}--}}
{{-- --}}
@if($client->getFirstMediaFile("vector_photo")) |
{{-- {{$client->type}} | --}} @switch($client->type) @case("sbc") @php $client->type = "enq-ag"; @endphp @break @endswitch @if($client->type != "pon" && $client->type != "poa" && $client->type != "rec" && $client->parent_id == null )$client->type,"vector_id"=>$client->id])}}" class="btn btn-primary">{{__('Show')}} | $client->id])}}" class="btn btn-primary">{{__('Show User')}} | @else @if($client->parent_id != null){{__("Belong to ")}} {{$client->parent_vector->name}} | {{__("Belong to ")}} {{$client->parent_vector->name}} | @else-- | -- | @endif @endif @if(hasPermissions("admin-control"))
|
|
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- | --}}
$client->id])}}" class="control-link edit"> | @endif