@extends('dashboard.layout.layout') @section('content')
{!! trans('dashboard.client.clients') !!}
@if ($client_count) {{ trans('dashboard.notification.add_notification') }} @endif {{-- @if (!auth()->user()->hasPermissions('client','search_about_single_user') || auth()->user()->user_type == 'superadmin')--}} @if ($client_count && auth()->user()->hasPermissions('client','wallet')) {{ trans('dashboard.user.add_wallet') }} {{ trans('dashboard.user.add_temp_balance') }} {{ trans('dashboard.user.set_wallet_zero') }} @endif {{ trans('dashboard.client.add_client') }} {{-- @endif--}}
{{-- @if (auth()->user()->hasPermissions('client','search_about_single_user') && auth()->user()->user_type == 'admin') --}} {{--
--}} @if (auth()->user()->hasPermissions('client','index') || auth()->user()->user_type == 'superadmin')
{!! trans('dashboard.general.image') !!} {!! trans('dashboard.general.name') !!} {!! trans('dashboard.general.email') !!} {!! trans('dashboard.general.whatsapp') !!} {!! trans('dashboard.general.phone') !!} {!! trans('dashboard.client.finished_order_count') !!} {!! trans('dashboard.client.canceled_orders_count') !!} {!! trans('dashboard.user.wallet') !!} {!! trans('dashboard.general.added_date') !!}
@endif
@include('dashboard.layout.delete_modal') @include('dashboard.layout.notify_modal') @include('dashboard.client.ajax.temp_wallet') @include('dashboard.client.ajax.wallet') @include('dashboard.client.ajax.zero_wallet') @endsection @include('dashboard.client.scripts')