@extends('inventory.layout') @section('title', 'Routing Steps') @section('content') @push('head') @endpush
{{($steps->currentpage()-1)*$steps->perpage()+1}} to {{$steps->currentpage()*$steps->perpage()}} of {{$steps->total()}} entries  Add Steps
@foreach($steps as $step) @endforeach
{{ __('Step Name')}} {{ __('Status')}} {{ __('Action')}}
{{ isset($step->stepName) ? $step->stepName :'' }} {{ isset($step->status) ? $step->status :'' }} Assigned Forms      {{--Steps     --}} {{--             --}}    

@push('script') @endpush @endsection