{!! HTML::metaTags($metaTags) !!} @if ($title) {!! HTML::title($title) !!} @else {!! HTML::title(trans_object($controllerName, $moduleName)) !!} @endif {!! HTML::style('vendor/font-awesome/css/all.min.css') !!} {!! HTML::style('css/backend.css') !!} {!! HTML::style('vendor/bootstrap-datetimepicker/bootstrap-datetimepicker.css') !!} {!! HTML::style('vendor/bootstrap-tagsinput/bootstrap-tagsinput.css') !!} {!! HTML::jsTranslations() !!} {!! HTML::script('vendor/jquery/jquery-2.2.4.min.js') !!} {!! HTML::script('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js') !!} {!! HTML::script('vendor/moment/moment.js') !!} {!! HTML::script('vendor/bootstrap-datetimepicker/bootstrap-datetimepicker.js') !!} {!! HTML::script('vendor/bootstrap-tagsinput/bootstrap-tagsinput.min.js') !!} {!! HTML::script('vendor/ckeditor/ckeditor.js') !!} {!! HTML::script('vendor/contentify/contentify.js') !!} {!! HTML::script('vendor/contentify/backend.js') !!}
@if (Session::get('_alert')) @include('alert', ['type' => 'info', 'title' => Session::get('_alert')]) @endif
@if (isset($page)) {!! HTML::fontIcon($controllerIcon) !!} {!! trans_object($moduleName, $moduleName) !!} @if ($controllerName != $moduleName) \ {!! trans_object($controllerName, $moduleName) !!} @endif
{!! $page !!}
@endif