@extends('layouts.master') @section('title',__('index.qr')) @section('styles') @endsection @section('button') @can('create_qr') @endcan @endsection @section('main-content')
@include('admin.section.flash_message') @include('admin.qr.common.breadcrumb')
@forelse($qrData as $qr) @empty @endforelse
# @lang('index.branch') @lang('index.title') @lang('index.qr_image') @lang('index.action')
{{ $loop->iteration }} {{ $qr?->branch?->name }} {{ $qr->title }}
{!! $qr->qr_code !!}
  • @can('edit_qr')
  • @endcan @can('delete_qr')
  • @endcan

@lang('index.no_records_found')

{{--
--}} {{-- {{$qr->appends($_GET)->links()}}--}} {{--
--}}
@endsection @section('scripts') @endsection