@extends('layouts.table') @section('title', trans('menu.dcnote_' . $note_type)) @section('create_url', route('dcnote.create', ['note_type' => $note_type, 'order_id' => $order_id])) @section('back_url', session('last_order_url', '#')) @section('thead') {{ 'เลขที่' }} {{ 'พิมพ์' }} {{ trans('lang.action') }} @endsection @section('tbody') @foreach($list as $d) {{ $d->dc_no }}
@if(is_owner()) {!! btn_del($d->id, 'dcnote') !!} @endif
@endforeach @endsection @push('scripts') @endpush