@extends('layouts.dash')
@section('title') MED @stop
@section('content')
@if ($errors)
@foreach ($errors->all() as $error)
{{ 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