@props(['title' => 'Ladill POS', 'heading' => null])
{{ $title }} ยท Ladill POS
@include('partials.favicon')
@vite(['resources/css/app.css', 'resources/js/app.js'])
@include('partials.topbar', ['heading' => $heading ?? $title])
@include('partials.flash')
{{ $slot }}
@include('partials.afia')