@extends('front.layouts.base') @php $title = $callforproposal->title . ' - Candidater'; @endphp @section('content')
@if (session('error'))
{{ session('error') }}
@endif
hasUploadFields('update', $entry->getKey())) enctype="multipart/form-data" @endif> {!! csrf_field() !!} {!! method_field('put') !!} @include('front.crud.form_content', [ 'fields' => $crud->fields(), 'action' => 'edit', ])
@endsection