@include('admin.section.flash_message')
# |
Title |
QR Image |
Action |
@forelse($qrData as $qr)
{{ $loop->iteration }} |
{{ $qr->title }} |
{!! $qr->qr_code !!}
|
-
@can('edit_qr')
-
@endcan
@can('delete_qr')
-
@endcan
|
@empty
No records found!
|
@endforelse
{{-- --}}
{{-- {{$qr->appends($_GET)->links()}}--}}
{{--
--}}
@endsection
@section('scripts')
@endsection