@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}} Edit

@csrf

@error('title') {{$message}} @enderror

{{$single_document->document_file}}

@error('document_file') {{$message}} @enderror

@endsection @section('scripts') @endsection