@extends('layouts.dashboard') @section('content')
@if ($bm->is_add)

@endif
{{--

{{$title}}

--}}
@if ($bm->is_bd_title) @endif @if ($bm->is_bd_description) @endif @if ($bm->is_bd_pic) @endif @if ($bm->is_edit || $bm->is_del) @endif @foreach ($bd_list as $k => $v) @if ($bm->is_bd_title) @endif @if ($bm->is_bd_description) @endif @if ($bm->is_bd_pic) @endif @if ($bm->is_edit || $bm->is_del) @endif @endforeach {{-- --}}
標題描述圖片功能
{{$v->title}} {!! $v->description !!} @if ($v->pic != '') @endif @if ($bm->is_edit) 編輯 @endif @if ($bm->is_del) 刪除 @endif
Rendering engine Browser Platform(s) Engine version CSS grade
{!! $bd_list->appends(request()->query())->links() !!}
@stop