@extends('Frontend.Layouts.app') @section('page_title', 'Blog page Template') @section('content') @include('Frontend.Header.header') @php $title = "Our Blog"; $desc = "Discover The blog where luxury, comfort, and adventure come together."; @endphp @include('Frontend.Components.page-hero',compact('title','desc'))
@include('Frontend.Footer.footer__common') @endsection