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

Fiche Mise en demeure {!! $med->IdPAD !!}

{{ html()->modelForm($med, 'PUT', url('med/' . $med->id))->open() }} {{ html()->hidden( 'sonum',$med->sonum) }} @include("recouvrement.med.content") {{ html()->form()->close() }}
@stop @section('scripts') @endsection