@extends('layout.default') @section('content')

SCVXで使用するGoogleChromeの設定を管理します。

@if(Session::has('flash_msg'))

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

@endif
@foreach ($settings as $s) @endforeach
設定名 組織名 ホームページ
id") }}">{{ $s->name }} {{ $s->organization_name }} {{ $s->homepage }}
@stop @section('script') @stop