@extends('layouts.dash') @section('title') Fragilité @stop @section('content') @if ($errors) @foreach ($errors->all() as $error)
{!! $error !!}
@endforeach @endif

Nouvelle rubrique Fragilité

{{ html()->form('POST', url('fragilites'))->open() }} @include("param.fragilites.content") {{ html()->form()->close() }}
@stop @section('scripts0') @stop