@extends('layouts.master') @section('title','Raw Materials Assign') @section('page-header') Raw Materials Assign List @stop @push('style') @endpush @section('content')
| Sl | Invoice | Company | Factory | Date | Status | Action |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $value->invoice_no }} | {{ $value->company->name }} | {{ $value->factories->name }} | {{ $value->date }} |
@if( $value->is_approved == 0)
@else
Approved
@endif
|