@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Item Template

@if(Session::has('message'))

{{ Session::get('message') }}

@endif

New Item Template

Template Design
{{----}}
No Input Item Type NameD.MondStock Item Unit Group Dimension Mandatory
@php $i=1; $num = count($templates); @endphp @foreach($templates as $trow)
{{----}}
@php $i++; @endphp @endforeach


Cancel
@stop {{-- page level scripts --}} @section('footer_scripts') @stop