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

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

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

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

@endif
@foreach ($settings as $s) @endforeach
id 設定名 ブックマーク
{{ $s->id }} {{ $s->name }}
@stop @section('script') @stop