@extends($activeTemplate . 'layouts.master')
@section('panel')
@include('pos.partials.header')
@include('pos.partials.left_side')
@include('pos.partials.right_side')
@include('pos.partials.footer')
@include('pos.partials.audio')
@include('pos.partials.shortcut')
@endsection
@push('style')
@endpush
@push('script')
@endpush