@extends('layouts.app') @section('title', 'Télécharger-photo de couverture') @section('content')

{{ "Changer la photo de couverture" }}


{!! Form::model($appelacandidature, ['method' => 'PUT', 'url' => route('appelacandidature.update-image',$appelacandidature), 'enctype' => 'multipart/form-data']) !!} {{ csrf_field() }}
Choisir une photo de couverture
@if($errors->has('photoCouverture')) {{$errors->first('photoCouverture')}} @endif
{!! Form::close() !!}
@endsection