@extends('source.layouts.app') @section('content')
@include('source.common.header') @include('source.common.sidebar')
{{-- Page Title --}}
Dashboard
{{-- Welcome + Overview --}}
{{-- Welcome --}}
Good Morning, {{ auth('admin')->user()->name }}

You have 0+ Manuscripts

{{ date('F d, Y') }}

{{ now()->format('h:i A') }}

img
{{-- Overview Card --}}
Overview

Manuscripts

0

Authors

0

Reviewers

0

Editors

0
{{-- Manuscripts Table --}}
# Manuscript ID Title Initial Date Status Action
{{-- Footer --}}
{{-- Update Status Modal --}} {{-- Email Manuscript Modal --}} {{-- Scripts --}} @endsection