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