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

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

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