@extends('layouts.frontend') @section('js_after') @endsection @section('content')
@include('frontend.calculators.left_sidebar')
Go to Category Wise List @if(isset($instruction)) Instructions @endif

MY LIST

@if(isset($my_save_lists) && count($my_save_lists)>0) @foreach($my_save_lists as $svlist) @endforeach @endif
DATE LIST NAME ACTION
{{strtotime($svlist['created_at'])}}{{date('d/m/Y',strtotime($svlist['created_at']))}} {{$svlist['title']}}
@if(isset($instruction)) @endif @endsection