@extends('layouts.main') @section('title', 'GLESEC Member Portal') @section('breadcrumb')

Edit Document

@endsection @section('content')
@include('adminlte-templates::common.errors')
{{ method_field('PATCH') }} {{ csrf_field() }}
@if ($document->file !== null)
@endif
Attach File: *:
Max file size: 5Mb, allowed file extensions: *.pdf, *.jpeg, *.jpg, *.png, *.doc, *.docx
Cancel
@endsection