@extends('components.dashboard.layouts.qr') @section('title') {{ __('dashboard.show_shikara_qr') }} @endsection @section('content')
@endsection

{{$total}}

{{ __('Show Qr Codes') }}

{{-- --}} {{-- --}} {{-- --}}
@forelse($children as $qr)

{{ $qr->serial_number }}

@empty

{{__('dashboard.no shikara qrs')}}

@endforelse
{{ $children->links() }}
@section('script') @endsection