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

Production

@if ( session('message') )
{{ session('message') }}
@endif @if(isset($department->file) && $department->file > 0) @endif
Job no. Part Status CAM ET MAT Est. time End time Dead line CommentFile
@if( count($computer) > 0) @foreach($computer as $key=>$value) @if($value->ready > 0)
{{$value->name}}
{{$value->job_name}} working...
@else
{{$value->name}}
Ready
@endif @endforeach @else
No Computer
@endif
@endsection @section('style') @endsection @section('script') @endsection