@extends('admin.layouts.app') @section('title', 'Add New Student') @section('page.title')

Update Paper

@endsection @section('breadcrumb') @endsection @section('content')
event

Update

{{ $paper->filename }}

{!! Form::model($paper, ['method' => 'PUT', 'files'=>true, 'class'=>'form', 'route' => ['admin.papers.update', $paper->id ] ]) !!} @include('admin.papers._form') {!! Form::submit('Update', ['class' => 'btn pmd-ripple-effect btn-primary']) !!} {!! Form::close() !!}
@endsection