@extends('layouts.app') @section('content')
@include('layouts.components.cursor-and-preloader')
@include('layouts.header') @include('layouts.components.page-header',[ 'page_title'=>'Blog Carousel' ]) @include('layouts.footer')
@endsection