@extends('layouts.dashboard') @section('content')

{{--

{{$title}}

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