@extends('panel.layouts.app') @section('page-title') {{ LaraCore::setting('html_prefix') }} {{ (LaraCore::setting('html_prefix') != '') ? '|' : '' }} Options @stop @section('content')
@include('common.success')
@include('common.breadcrumb') @if(count($setting_others) > 0 ) @include('panel.settings.settings_other') @endif
@stop @section('custom-scripts') @endsection