@extends('layouts.dash') {!! $with_navbar=false !!} @section('title')Diplômes @stop @section('title_card',"Création d'un Diplôme") @section('content')
Nouveau Diplôme
@if ($errors) @foreach ($errors->all() as $error)
{!! $error !!}
@endforeach @endif
{{ html()->form('POST', url('/diplomes'))->open() }} @include('structures.diplomes.content') {{ html()->form()->close() }}
@endsection