@if (View::hasSection('title'))
SCV Flow - @yield('title')
@else
SCV Flow
@endif
@yield('head')
SCV Flow
SCV Flow
@if( !App\Libs\ClusterHelper::isCluster() || App\Libs\ClusterHelper::isCluster() && App\Libs\ClusterHelper::isMaster())
@if (\Auth::guard('scvuser')->check() && \Auth::guard('scvuser')->user()->privilege)
あなた宛の申請一覧
@endif
あなたの申請一覧
@if (!empty(\Auth::user()) &&\App\Scvflow::isDownloadableByGroupId(\Auth::user()->groupid) && App\Libs\ConfHelper::scvconf('SCV_FLOW') > 0)
ダウンロード申請
@endif {{--
親メニュー
子メニュー1
子メニュー2
--}}
@if(!Auth::guard('scvuser')->guest())
{{-- SAML認証のとき、現時点でシングルサインアウトに対応していないのでログアウトボタンを隠す --}} @if (\App\Libs\ConfHelper::scvconf('SCV_AUTHENTICATION') !== 'scvxsaml')
@endif
@endif
@endif
{{-- タイトルと説明文を表示。不要なときはno_insert_topセクションを指定する --}} @if (! View::hasSection('no_insert_top'))
@yield('title')
@yield('description') @endif {{-- 結果の表示 ( "xxxxを作成しました" のような、青字のメッセージ) --}} @if (session('okmsg'))
{{ session('okmsg') }}
@endif {{-- 赤字のエラーメッセージの表示 --}} @if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif @if( !App\Libs\ClusterHelper::isCluster() || App\Libs\ClusterHelper::isCluster() && App\Libs\ClusterHelper::isMaster()) @yield('content') @else
マスターサーバはこちら
@endif
{{-- IE8-9でdisplay:flexを有効化する --}} @yield('script')