@extends('layouts.app') @section('title') Job Detail @endsection @push('styles') @endpush @section('content')
No. | Material Code | Material Name | |
---|---|---|---|
{{$loop->iteration}} | {{$item->material_code}} | {{$item->material_name}} |
Process Name | Process Detail | Machine Detail | Price | Capacity per hour | Hour per day | Capacity per day | @if ($quotation->job_type == 2)Quantity | @endif
---|---|---|---|---|---|---|---|
@if ($check != $item->process_name) {{$item->process_name}} @endif | {{$item->machine_detail}} | @convert($item->price) | @convertnodecimal($item->capacity_per_hour) | {{$item->hour_per_day}} | @convertnodecimal($item->capacity_per_day) | @if ($quotation->job_type == 2 && isset($quantity)) @foreach ($quantity as $itemz) @if ($itemz->process_id == $item->id) {{$itemz->quantity}} @endif @endforeach @endif |
Shipping Type | Job Name | Status | Withdraw Date | Withdraw Amount | Return Date | Return Amount | Receive Address | Created Date | Updated Date | |
---|---|---|---|---|---|---|---|---|---|---|
Detail @if ($item->status == 1) @can('withdraw-confirm') Withdraw Confirm @endcan Delete @endif @if ($item->status == 2) Return @endif @if ($item->status == 3) @can('return-confirm') Return Confirm @endcan @endif | @lang('custom.stock.shippingtype.'.$item->shipping_type) | @if ($item->status == 1) {{trans('custom.stock.withdrawreturn.'.$item->status.'')}} @elseif($item->status == 2) {{trans('custom.stock.withdrawreturn.'.$item->status.'')}} @elseif($item->status == 3) {{trans('custom.stock.withdrawreturn.'.$item->status.'')}} @elseif($item->status == 4) {{trans('custom.stock.withdrawreturn.'.$item->status.'')}} @endif | {{$item->withdraw_date}} | {{$item->total_withdraw_amount}} | {{$item->return_date}} | {{$item->total_return_amount}} | {{$item->receiver_address}} | {{$item->created_at}} | {{$item->updated_at}} |
--}} | File Name | Invoice no. | Account | Type | Page | Sheet |
---|---|---|---|---|---|---|
{{$item->file_name}} | {{$item->invoice_no}} | {{$item->account}} | {{$item->type}} | {{$item->page}} | {{$item->sheet}} |