@extends('Frontend.Master.authMaster') @section('content')
@include('Frontend.Layouts.leftbar')

Edit Document

Modify your document details below

@csrf
@if(!empty($file->file_path))
Current File: {{ basename($file->file_path) }}
@endif
@if($file->thumb_image)

Current Thumbnail:

Thumbnail @endif
{{--
{{ print_r($file->thumb_image, true) }}
--}}

Enter tags separated by commas

@endsection