@extends('layout.main') @section('filter')

Filter

{{ Form::text('searchText', '', array("class"=>"form-control")) }}
{{ Form::select('ThemeStatus', Themes::get_theme_status(), '', array("class"=>"select2","data-allow-clear"=>"true","data-placeholder"=>"Select Status")) }}

@stop @section('content')

Themes

@include('includes.errors') @include('includes.success')
@if( User::checkCategoryPermission('themes','Edit')) @endif
@if(User::checkCategoryPermission('themes','Add') && $ThemesCount==0) Add New @endif

Domain Title Favicon Logo Status Action
@stop @section('footer_ext') @parent @stop