@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
共有フォルダ設定名 * SHARE_
組織 * @if (\Auth::user()->organization_id === 1) @else id}}> {{$organizations->name}} @endif

共有フォルダ1
共有フォルダ
ドメイン(またはサーバ)
参照のみ
ログインユーザ名、パスワードを使用しない(デフォルトは使用する)

共有フォルダ2
共有フォルダ
ドメイン(またはサーバ)
参照のみ
ログインユーザ名、パスワードを使用しない(デフォルトは使用する)
@endsection @section('script') @endsection