k@section('seo')
@include('layouts._front_includes._seo', ['seo' => $page->seo])
@endsection
@extends('layouts.frontend_master')
@section('content')
@include(
'web._partials.page-banner',
[
'title' => $page->title,
'image' => $page->cover_image->getPath(),
]
)
@endsection
@push('frontend_js')
@endpush