{!! Theme::section('theme/templates.menu',['page'=>'mysaved']) !!}
@if (Session::has('success'))
×{{Session::get('success')}}
@endif
@if($themes) @foreach($themes as $theme) @endforeach @else @endif
Source From Preview Image Status Action
@if($theme->type=="profilehome") Personal Website @elseif($theme->type=="communityhome") Community Website @elseif($theme->type=="page") Community External Page @endif @if($theme->is_published==1) Published @else Not Published @endif Settings Preview Delete
No theme saved.
{!! $themes->appends(request()->except('page'))->render() !!}