@extends('layouts.master') @section('css') @endsection @section('title') Scheme Details @endsection @section('content')
@csrf
{{-- Schema section start --}}
Scheme Details
@isset($stockItem) @if ($stockItem->stockItemSchemes->count() > 0) @foreach ($stockItem->stockItemSchemes as $key => $stockItemScheme)
quantity }}>
@endforeach @else
@endif @endisset
{{-- {{ Schema section ends }} --}}
@endsection @section('script') @endsection