@extends('frontend.layouts.app') @push("style") @endpush @section('title', $dataSettings['title'] ?? 'Home') @section('content') @include('frontend.common.header') @endsection