@extends('layouts.master') @section('css') @endsection @section('title') Stock Item Specification @endsection @section('content') @csrf Specification for {{ $stockItem->name }} Specification Action @foreach($stockItem->stockItemSpecifications as $key => $stockItemSpecification) @endforeach Add Row Submit @endsection @section('script') @endsection