@extends('layouts.dash'.($frame?'_pop':''))
@section('title') Créancier @stop
@section('content')
@if (Session::has('message')|| !$creancier)
{{ Session::get('message') }}
@else
{{ html()->modelForm($creancier)->open() }}
@include("tiers.creanciers.content_imputation")
{{ html()->closeModelForm() }}
@endif
@stop