@extends('layout.default') @section('content') @if(Session::has('flash_msg'))

{!! Session::get('flash_msg')!!}

@endif @if ($errors->any()) @foreach($errors->all() as $error)

{{ $error }}

@endforeach @endif
共有フォルダ設定名 {{$shname}}
組織 {{$organization_name}}

@if(!$use_scvuser1) @endif
共有フォルダ1
共有フォルダ {{$sharename1}}
ドメイン {{$sharedom1}}
参照タイプ {{$ro1}}
認証 {!! $use1 !!}
@if(!$use_scvuser1)ユーザ名@endif {{$shareusr1}}

@if(!$use_scvuser2) @endif
共有フォルダ2
共有フォルダ {{$sharename2}}
ドメイン {{$sharedom2}}
参照のみ {{$ro2}}
認証 {!! $use2 !!}
@if(!$use_scvuser2)ユーザ名@endif {{$shareusr2}}
@endsection @section('script') @endsection