@php $buttons = [ // ['label' => 'Dashboard', 'route' => 'admin.main', 'new_tab' => FALSE], ['label' => 'Bibles', 'route' => 'admin.bibles.index', 'new_tab' => FALSE], ['label' => 'Options', 'route' => 'admin.configs', 'new_tab' => FALSE], ['label' => 'Terms of Service', 'route' => 'admin.tos', 'new_tab' => FALSE], ['label' => 'Privacy Policy', 'route' => 'admin.privacy', 'new_tab' => FALSE], // ['label' => 'Help', 'route' => 'admin.help', 'new_tab' => FALSE], ['label' => 'Update', 'route' => 'admin.update', 'new_tab' => FALSE], ['label' => 'API Documentation', 'route' => 'docs', 'new_tab' => TRUE], ['label' => 'Log Out', 'route' => 'logout', 'new_tab' => FALSE], ]; if(!isset($javascripts)) { $javascripts = array(); } else if(!is_array($javascripts)) { $javascripts = array($javascripts); } if(isset($include_enyo) && $include_enyo) { $javascripts[] = '/js/bin/enyo/2.5.1.1/enyo.js'; } @endphp @if( isset($stylesheets) && is_array($stylesheets) ) @foreach ($stylesheets as $css) @endforeach @endif @if( isset($javascripts) && is_array($javascripts) ) @foreach ($javascripts as $js) @endforeach @endif {{ config('app.name', 'Laravel') }} - Manager
@yield('content')