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