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

@push('script') @endpush @endsection