@extends('layouts.horizontal', ['title' => 'Print View', 'topbarTitle' => 'Print View', 'nonav' => true]) @section('content')
@include('modals.cash_register')
@endsection @section('scripts') @vite(['resources/js/modals/cash_register.js']) @endsection