@php use App\Libraries\Text;use Carbon\Carbon; @endphp
@extends('foreground.layouts.frame')
@section("titleBanner")
防詐騙宣導
Anti-Fraud Publicity
@endsection
@section('body')
@include('foreground.layouts.gtm')
@include("foreground.layouts.alert")
@include('foreground.layouts.header', [
'current' => '',
])
@include('foreground.layouts.pagetop')
@include('foreground.layouts.footer')
@viteIfExist("resources/js/foreground/sidebar_contorl.js")
@endsection