@extends('layouts.tenant.master') @section('title', 'Documentation Menu') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

EditDocumentation Details

@endsection @section('breadcrumb-items') @endsection @section('content')
@csrf
Select User Type  *
Select File   * @if($document->document_name) {{ $document->document_name }} @else No file uploaded yet. @endif document_name ? 'required' : ''}}required autofocus>
{{--
Upload New File (optional) Leave empty if you don't want to change the file.
--}}
@endsection @section('script') @endsection