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

Base : {!! $base->nom !!}

{{ html()->modelForm($base, 'PUT', url('zbases/' . $base->id))->open() }} @include("param.zbases.content") {{ html()->closeModelForm() }}
@stop @section('scripts0') @stop