{{-- \resources\views\permissions\create.blade.php --}} @extends('layout') @section('title', '| Modifier Région') @section('content')

GESTION DES PROJETS

{!! Form::model($resultat, ['method'=>'PATCH','route'=>['resultat.update', $resultat->id]]) !!} @csrf
FORMULAIRE DE MODIFICATION RESULTAT
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@foreach ($resultatDetails as $resultatDetail )
@endforeach
@if($projet->typecadre=="Cadre de resultat")
@endif
{!! Form::close() !!}
@endsection @section('script')