@extends('Backend.layouts.app') @section('content')
@csrf @if($errors->first('title'))
* {{$errors->first('title')}}
@endif

Browse file Upload your document here. Supported format: .docx, .xlsx,.pptx, .pdf

@if($errors->first('file'))
* {{$errors->first('file')}}
@endif
Actions
  • flag Status: score Preview: No
  • @if(isset($edit)) @else @endif
@endsection