@extends('layouts.master') @section('content') @include('barcode.group', ['items' => $vips, 'title' => 'Vips']) @include('barcode.group', ['items' => $companyVips, 'title' => 'Company vips']) @endsection