@extends('layouts.admin') @section('content')

Edit File

@method('PATCH') @csrf
@if($errors->has('title')) {{ $errors->first('title') }} @endif
@if(!empty($assignmentfile->assignment_file)) {{ $assignmentfile->assignment_file }} @endif
PDF File Only
@if($errors->has('assignment_file')) {{ $errors->first('assignment_file') }} @endif
@endsection @section('scripts') @endsection