@extends('inventory.layout') @section('title', 'Stages') @section('content') @push('head') @endpush
{{ __('Stage Name')}} | {{ __('Status')}} | {{ __('Action')}} |
---|---|---|
{{ isset($stage->stageName) ? $stage->stageName :'' }} | {{ isset($stage->status) ? $stage->status :'' }} | Steps {{-- --}} |