@stack('head')
This page is using the legacy layouts.app
layout.
Please update your view to use one of the new layouts:
@extends('layouts.landing')
For marketing pages, services, about, contact
@extends('layouts.dashboard')
For authenticated user pages
@extends('layouts.auth')
For login, register pages