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