@extends('layouts.app') @section('page-title', 'My Documents') @section('content') @include('my-documents.partials.page-header') @include('my-documents.partials.stats') @include('my-documents.partials.assignments') @endsection