@extends('admin/layout') @section('page_title', $single_document->title) @section('miscellaneous_select','active') @section('document_select','active') @section('styles') @endsection @section('content') {{$single_document->title}} View Dashboard Miscellaneous Documents Back Title: {{$single_document->title}} Document File: {{$single_document->document_file}} @endsection @section('scripts') @endsection