@extends('layouts.dash') @section('title') Indus @stop @section('content') @if ($errors) @foreach ($errors->all() as $error)
{!! $error !!}
@endforeach @endif @if (Session::has('message'))
{!! \Session::get('message') !!}
@endif

Nouvel Indus

{{ html()->form('POST', url('indus_create'))->open() }}
@include("indus.content")
@include("indus.liste_versements")
{{ html()->form()->close() }}
@stop @section('scripts0') @include("indus.scripts_indus") @stop