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

Nouvel Indus

{{ html()->form('POST', url('indus_prepare'))->open() }}
{!! html()->text('nom', null)->placeholder('Rechercher...') ->attributes(['id'=>'nom_find', 'class' => 'form-control text-uppercase']) !!}
{!! html()->button('Continuer')->type('submit')->attributes(['class' => 'btn btn-primary']) !!} Annuler {{ html()->form()->close() }}
@stop @section('scripts0') @stop