@extends('layouts.master') @section('content')

Detil

{{ $wo->status }}
@if($wo->status == 'Reject')
Alasan :
{{ $wo->notes }}
@endif
{{ $wo->created_at}}
@foreach ($wo->product as $i => $row)
{{ strtoupper($row->product_name)}}
{{ $row->qty}}
{{ $row->unit}}
{{ $row->total_unit}}
@foreach ($row->chip as $key => $rc)
{{ strtoupper($rc->chip) }}
@endforeach
@endforeach
@if(Auth::user()->roles->first()->name == 'Teritory Manager') Kembali @elseif(Auth::user()->roles->first()->name == 'Operational Manager') Kembali @else Kembali @endif
@if (in_array(Auth::user()->roles->first()->name, array('Operational Manager'))) @if (in_array($wo->raw_status, array('0'))) @endif @endif
@endsection @push('modals') @endpush @push('scripts') @endpush