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

Nouvelle fiche Mise en demeure pour {{ $employeur->nom}}

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