@extends('inventory.layout') @section('title', 'Stages') @section('content') @push('head') @endpush
{{($stages->currentpage()-1)*$stages->perpage()+1}} to {{$stages->currentpage()*$stages->perpage()}} of {{$stages->total()}} entries  Add Stages
@foreach($stages as $stage) @endforeach
{{ __('Stage Name')}} {{ __('Status')}} {{ __('Action')}}
{{ isset($stage->stageName) ? $stage->stageName :'' }} {{ isset($stage->status) ? $stage->status :'' }} Steps      {{--             --}}    

@push('script') @endpush @endsection