{!! Theme::section('theme/templates.menu',['page'=>'mysaved']) !!}
@if (Session::has('success'))
×{{Session::get('success')}}
@endif
| Source From |
Preview Image |
Status |
Action |
@if($themes)
@foreach($themes as $theme)
|
@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
|
@endforeach
@else
| No theme saved. |
@endif
{!! $themes->appends(request()->except('page'))->render() !!}