@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('id_card_create')) {{ ___('common.add') }} @endif
@if (hasPermission('id_card_update') || hasPermission('id_card_delete')) @endif @forelse ($data['id_cards'] ?? [] as $key => $row) @if (hasPermission('id_card_update') || hasPermission('id_card_delete')) @endif @empty @endforelse
{{ ___('common.sr_no') }} {{ ___('common.title') }} {{ ___('common.expired_date') }} {{ ___('common.visibility') }} {{ ___('common.preview') }}{{ ___('common.action') }}
{{ ++$key }} {{ $row->title }} {{ $row->expired_date }}
{{ ___('common.student_name') }}: student_name == true ? 'checked':''}} id="toggle1">

{{ ___('common.admission_no') }}: admission_no == true ? 'checked':''}} id="toggle2">

{{ ___('common.roll_no') }}: roll_no == true ? 'checked':''}} id="toggle3">

{{ ___('common.class_name') }}: class_name == true ? 'checked':''}} disabled id="toggle4">

{{ ___('common.section_name') }}: section_name == true ? 'checked':''}} disabled id="toggle5">

{{ ___('common.blood_group') }}: blood_group == true ? 'checked':''}} disabled id="toggle6">

{{ ___('common.date_of_birth') }}: dob == true ? 'checked':''}} disabled id="toggle7">

{{ ___('common.preview') }}

{{ ___('common.no_data_available') }}

{{ ___('common.please_add_new_entity_regarding_this_table') }}

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