@extends('layouts.scaffold') @section('title') Batch Materials|Golars Networks @stop @section('main')

Batch Materials

  • 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
@if ($errors->any()) @endif @if ($scripts="/js/batchmaterials/create_batchmaterials.js") @endif @stop