@extends('web.layouts.application') @section('layout-content') @include('web.layouts.includes.layout-header') @yield('content') @include('web.layouts.includes.layout-footer') @endsection