@extends('layouts.app') @section('mobile-title', 'My Work') @section('mobile-subtitle', 'Drafts and submissions') @can('create', \App\Models\Report::class) @section('mobile-action-url', route('reports.create')) @section('mobile-action-icon', 'add') @section('mobile-action-label', 'New report') @endcan @section('content')
Drafts, rejected reports, and recent submissions.