@extends('layouts.dashboard') @section('content')
{{ $heading }} @yield('dashboard-heading')
@yield('dashboard-body')
@endsection