@extends('dashboard.layout.layout') @section('content')

{{ $title }}

@can('users.export') აბონენტები xlsx @endcan
has('account_number')) value="{{ request('account_number') }}" @endif placeholder="აბონენტის ნომერი" class="form-control">
has('name')) value="{{ request('name') }}" @endif placeholder="სახელი ან გვარი" class="form-control">
has('phone')) value="{{ request('phone') }}" @endif placeholder="ტელეფონი" class="form-control">
has('flat_no')) value="{{ request('flat_no') }}" @endif placeholder="ბინის ნომერი" class="form-control">
has('account_from')) value="{{ request('account_from') }}" @endif placeholder="აბონენტის ნომერი დან" />
has('account_to')) value="{{ request('account_to') }}" @endif placeholder="აბონენტის ნომერი მდე" />
has('tag_id')) value="{{ request('tag_id') }}" @endif class="form-control" />
{{-- ======================================== REDESIGNED BULK ACTIONS TOOLBAR ======================================== --}}
{{-- TOP ROW: Checkbox + Delete + Count --}}
@can('users.actions.delete')
@csrf @method('DELETE')
@endcan 0 მონიშნული
{{-- ACTION CARDS GRID --}}
{{-- სააბონენტო = --}} @can('users.actions.amount')
სააბონენტო =
@csrf
@endcan {{-- სერვისი --}} @can('users.actions.service')
სერვისი
@csrf
@endcan {{-- ბალანსი --}} @can('users.actions.balance')
ბალანსი
@csrf
@endcan {{-- გადახდის დღე --}} @can('users.actions.payDay')
გადახდის დღე
@csrf
@endcan {{-- სააბონენტო +/- --}} @can('users.actions.changeAmountWithPlusOrMinus')
სააბონენტო +/-
@csrf
@endcan {{-- სტატუსი --}} @can('users.actions.status')
სტატუსი
@csrf
@endcan {{-- Extra buttons --}}
@if ($selectedBlock && $selectedBlock->entrances->contains('type', 'barrier')) @endif
{{-- END REDESIGNED BULK ACTIONS TOOLBAR --}}
რაოდენობა: {{ $users->count() }}
@if ($users->count() == 1) @php $user = $users->first(); @endphp @if (auth()->check() && $user->comments()->where('is_marked', true)->exists()) @endif @endif @foreach ($users as $user) @endforeach {{ $users->links('dashboard.layout.partials.pagination') }}
@endsection @push('styles') @endpush @push('scripts') @endpush