@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("Main Client")}}

{{__("All Main Client")}}

@endsection @section("content") @include("includes.dialog") @if(hasPermissions("show-all-provided-section")) All Provided Sections @endif
{{-- --}} {{-- --}} @if(hasPermissions("admin-control")) @endif @foreach($clients as $client) {{-- --}} @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 ) @else @if($client->parent_id != null) @else @endif @endif @if(hasPermissions("admin-control")) {{-- --}} @endif @endforeach
{{__("ID")}} {{__("Name")}}{{__("Activation")}}{{__("Photo")}}{{__("type")}}{{__("Provided Sections")}} {{__("Owners")}}{{__("Coming Soon Dialog")}} {{__("Activation")}} {{__("Control")}}
{{$client->id}} {{$client->getNameAttribute()}} {{-- --}} {{-- {{$client->status ?__("Active") : __("Non-Active")}}--}} {{-- --}} @if($client->getFirstMediaFile("vector_photo")) url}}" alt="" width="100px">@endif {{-- {{ dd($client)}}--}} {{$client->type}}$client->type,"vector_id"=>$client->id])}}" class="btn btn-primary">{{__('Show')}} $client->id])}}" class="btn btn-primary">{{__('Show User')}}{{__("Belong to ")}} {{$client->parent_vector->name}} {{__("Belong to ")}} {{$client->parent_vector->name}}-- --
--}} {{--
--}} {{-- --}} {{--
--}} {{--
$client->id])}}" class="control-link edit">
@endsection @section("scripts") @endsection