@extends('inventory.layout') @section('title', 'Routing Steps') @section('content') @push('head') @endpush
{{ __('Step Name')}} | {{ __('Status')}} | {{ __('Action')}} |
---|---|---|
{{ isset($step->stepName) ? $step->stepName :'' }} | {{ isset($step->status) ? $step->status :'' }} | Assigned Forms {{--Steps --}} {{-- --}} |