@extends('layouts.main') @section('page-style') @endsection @section('page-script') @endsection @section('content')

{{ csrf_field() }}
{{ csrf_field() }}

@include('layouts.notifications')
List QRCode Outlet
@if(!empty($outlet)) Export QR Code @endif
@foreach ($outlet as $item) @endforeach
Showing {{$from}} to {{$to}} of {{$total}} entries
@endsection