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

{{$title}}

--}}
@foreach ($country_menu_list as $k => $v) @if ($v->cm_type_id == 2 && $v->cm_method_id == 1) @continue @endif @endforeach {{-- --}}
標題 功能
選單設定 修改
@if ($v->cm_type_id == 1) 留學- @else ($v->cm_type_id == 2) 遊學- @endif {{ $v->cm_name }} @if ($v->cm_type_id == 1 && $v->cm_method_id == 1) 修改 @elseif ($v->cm_type_id == 2 && $v->cm_method_id == 2) 生活概要 國慶日及特殊節慶 @else 修改 @endif @if ($v->cm_type_id == 1) @if ($v->cm_method_id == 2 || $v->cm_method_id == 7 || $v->cm_method_id == 8) Meta修改 @endif @elseif ($v->cm_type_id == 2) @if ($v->cm_method_id == 2 || $v->cm_method_id == 7 || $v->cm_method_id == 8) Meta修改 @endif @endif
Rendering engine Browser Platform(s) Engine version CSS grade
{{-- {!! $bd_list->appends(request()->query())->links() !!} --}}
@stop