@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

Title: {{$single_document->title}}

Document File: {{$single_document->document_file}}

@endsection @section('scripts') @endsection