Batch Materials
- Home
- Batches List
- {{$batchName}} Materials List
Materials list
@if(!empty($metdata))
@foreach($mdata as $m)
-
{{ $m->material }}
( {{ date('F d,Y',strtotime($m->cdate)) }} ) @if($materialshow == true) View Details @endif @if ((Session::get('usertype') == 'admin') || ($m->user_id == Auth::user()->id)) @endif {{ Form::hidden('mid',$m->id,array('id' => 'mid')) }} {{ Form::hidden('batchName',$batchName,array('id' => 'bname')) }}
@endforeach
@else
No Materials
@endif
@if ($addp == '1')
Add
@endif
-
{{ implode('', $errors->all('
- :message ')) }}