@extends('adminpanel.default.master') @section('title', 'Steps History') @section('content')

Steps History| {{$totalSteps}} Total Steps

@if(session()->has('success'))
{{ session('success') }}
@endif @if($errors->any())

{{$errors->first()}}

@endif
@if(count($data)>0) @foreach ($data as $key=>$d)
No steps Date
{{ ($data->currentpage()-1)*$data->perpage()+$key+1 }}