@extends('layout.default') @section('head') @endsection @section('content')
{{ $error }}
@endforeach @endif {{ Form::open(['url' => route('managed_bookmarks.destroy', ['managed_bookmark' => $setting->id]), 'method' => 'delete']) }} {{ Form::hidden('id', $setting->id) }} {{ Form::submit('削除', ['onclick' => 'return check();']) }} {{ Form::close() }}設定名 | {{ $setting->name }} |
---|
ブックマーク | |||
---|---|---|---|
ブックマーク名 | URL | フォルダ名 | |
{{$b->Title}} | {{$b->URL}} | {{$b->Folder}} |