@extends('layouts.front.app') @section('content') @yield('title') Home @yield('title') @yield('page-content') @endsection