@extends('layouts.dash_pop') @section('title') Consultation @stop @section('title_card') @stop @section('subtitle_card',"") @section('content') @if ($errors) @foreach ($errors->all() as $error)
{!! $error !!}
@endforeach @endif
@if($cotisation->type_ope=="REG") Consultation du règlement @else Consultation de la cotisation @endif N°{!! $cotisation->id !!}
@if($cotisation->type_ope=="REG") @include('recouvrement.cotisations.show_reglement_field') @else @include('recouvrement.cotisations.show_cotisation_field') @endif
@endsection