@extends('layouts.main') @section('page-title') {{__('Manage POS Order')}} @endsection @section('page-breadcrumb') {{__('POS Order')}} @endsection @push('css') @include('layouts.includes.datatable-css') @endpush @push('scripts') @endpush @section('page-action')
@stack('addButtonHook')
@endsection @section('content')
{{ $dataTable->table(['width' => '100%']) }}
@endsection @push('scripts') @include('layouts.includes.datatable-js') {{ $dataTable->scripts() }} @endpush