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