@extends('layouts.front.app')
@section('og')
@endsection
@section('css')
@endsection
@section('content')
{{-- @include(config('site.domain').".layouts.front.menu-banner") --}}
@include(config('site.domain').".layouts.front.page-link")
@include(config('site.domain').".layouts.front.info-icon")
@endsection
@section('js')
@endsection