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

RevoBrowserで使用するEdgeの設定を管理します。

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

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

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