@extends('layouts.admin.adminlayout') @section('header_scripts') {{-- --}} @stop @section('content')
{{ getPhrase('theme_name')}} {{ getPhrase('description')}} {{ getPhrase('make_as_default_theme')}} {{ getPhrase('action')}}
@endsection @section('footer_scripts') @include('common.datatables', array('route'=>URL_THEMES_GET_DATA, 'route_as_url'=>TRUE)) @stop