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

{{--

{{$title}}

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