@php use App\Libraries\Text;use Carbon\Carbon; @endphp @extends('foreground.layouts.frame') @section("titleBanner")
Banner圖

VIDEO ARTICLE /
媒體影音文章

@endsection @section('body') @include('foreground.layouts.gtm') @include("foreground.layouts.alert") @include('foreground.layouts.header', [ 'current' => 'guide', ])
@php $selectedCategory = $postCategories->firstWhere('id', request()->get("categoryId")); @endphp

{{ $selectedCategory ? $selectedCategory->title : '全部分類' }}

@include('foreground.layouts.pagetop') @include('foreground.layouts.footer') {{-- @vite("resources/js/foreground/sidebar_contorl.js") --}} @endsection