<!DOCTYPE html> <html lang="en"> @include('web.layouts.top') <body> @include('web.layouts.header') @yield('content') @include('web.layouts.footer') </body> @include('web.layouts.bottom') </html>