@extends('layouts.admin') @section('title', 'Point of Sale') @section('page-title', 'Point of Sale') @section('hide-navbar', true) @section('main-class', 'p-0 flex') @section('content') @livewire('pos-custom') @endsection @push('scripts') @endpush