@extends('backend.master') @section('title') {{ @$data['title'] }} @endsection @section('content')
{{-- bradecrumb Area S t a r t --}} {{-- bradecrumb Area E n d --}}

{{ $data['title'] }}

@if (hasPermission('counter_create')) {{ ___('common.add') }} @endif
@if (hasPermission('counter_update') || hasPermission('counter_delete')) @endif @forelse ($data['counter'] as $key => $row) @if ((hasPermission('counter_update') || hasPermission('counter_delete')) && $row->fees_collect_id == null) @endif @empty @endforelse
{{ ___('common.sr_no') }} {{ ___('common.name') }} {{ ___('common.Total count') }} {{ ___('common.image') }} {{ ___('common.Serial') }} {{ ___('common.status') }}{{ ___('common.action') }}
{{ ++$key }} {{ @$row->name }} {{ @$row->total_count }}
Photo
{{ @$row->serial }} @if ($row->status == App\Enums\Status::ACTIVE) {{ ___('common.active') }} @else {{ ___('common.inactive') }} @endif

{{ ___('common.No data available') }}

{{ ___('common.Please add new entity regarding this table') }}

@endsection @push('script') @include('backend.partials.delete-ajax') @endpush