@extends('layouts.frontend') @section('css_after') @endsection @section('content')
@include('frontend.calculators.left_sidebar')
Go to My Custom List @if(isset($instruction)) Instructions @endif
{{-- Go to Category List --}}

CATEGORY WISE LIST

@if ($message = Session::get('success'))
{{ $message }}
@endif @if ($message = Session::get('error'))
{{ $message }}
@endif
@if(isset($savelist) && !empty($savelist)) @php $count = 0 @endphp @foreach($savelist as $list) @php $count++ @endphp @endforeach @endif @if($count < 1) @endif
DATE CATEGORY LIST NAME ACTION
{{$list->created_at->format('d/m/Y')}} {{$list->title}}
No data found!
@if(isset($instruction)) @endif @endsection @section('js_after') @endsection