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

{{$title}}

--}}
{{-- --}} {{-- --}} {{-- --}} @if (request()->segment(3) > 2) @endif @if (request()->segment(3) == 4) @endif {{-- --}} @foreach ($contact_list as $k => $v) {{-- --}} {{-- --}} {{-- --}} @if (request()->segment(3) > 2) @endif @if (request()->segment(3) == 4) @endif {{-- --}} @endforeach {{-- --}}
分類名稱文章呈現時間-起文章呈現時間-迄姓名 電話 EMAILLine 內容索取項目 地址留言時間功能
{{$article->articleCategory->content}} {{$article->s}} {{$article->e}} {{ $v->name }} {{ $v->phone }} {{ $v->email }} {{ $v->line }} {{ $v->content }} @if (isset($v->pageBanner)) {{ $v->pageBanner->title }} @endif {{ $v->address }} {{ $v->created_at }} --}} {{-- 編輯 --}} {{-- 刪除 --}} {{-- 刪除 --}} {{-- --}} {{--
Rendering engine Browser Platform(s) Engine version CSS grade
{!! $contact_list->appends(request()->query())->links() !!}
@stop @section('js') @stop