@extends('layouts.admin') @section('title', env('APP_NAME') . ' | ค่าฟอก') @section('content')
{{-- {{ trans('global.Torder_hd.title_singular') }} --}} กำหนดราคางานฟอก
{{-- --}} @foreach($order as $key => $orders) {{-- --}} @endforeach
เลขที่ รหัสภายใน รายละเอียด โรงฟอก ค่าฟอก {{ trans('global.manage') }}
{{ $orders->XVOrderDocNo ?? '' }} {{ $orders->XVOrderIn ?? '' }} {{ $orders->XVOrderDetail ?? '' }} {{ $orders->XVBlenchName ?? '' }} {{ number_format($orders->XDOrderBPrince,2) ?? '' }}
@can('order_edit') @endcan
{{-- {!! $roles->total() !!} {{ trans_choice('labels.backend.access.roles.table.total', $roles->total()) }} --}}
{{-- {!! $roles->render() !!} --}}
@endsection @section('scripts') @endsection