@extends('layouts.app-pos') @section('title', __('sale.pos')) @section('css') @endsection @section('content')
@include("modals.service.create") @include("modals.expense-category.create") @include("modals.item.serial-tracking") @include("modals.item.batch-tracking-sale") @include("modals.party.create") @include("modals.item.create") @endsection @section('js') @endsection