@extends('layouts.app') @section('app') @include('partials.blocks.hero', [ 'title' => $title, 'subtitle' => $subtitle, 'image' => $image, 'imageMobile' => $imageMobile, ]) @endsection