@extends('layouts.admin') @section('title', 'QR Pages') @section('role-label', 'Business Panel') @section('page-title', 'QR Pages') @section('page-subtitle', 'Create landing pages for each QR code') @section('sidebar-nav')@include('restaurant-admin.partials.sidebar')@endsection @section('content')
@if($pages->isEmpty()) @else @endif @endsection