@extends('layouts.app') @section('title', $module->title) @section('content') @yield('top_content')
@yield('module_content')
@yield('bottom_content') @endsection @section('top_content') @endsection @section('bottom_content') @endsection