@extends('layouts.dash'.($frame?'_pop':'')) @section('title') Créancier @stop @section('content') @if (Session::has('message'))
{{ Session::get('message') }}
@else @if ($errors) @foreach ($errors->all() as $error)
{!! $error !!}
@endforeach @endif

Nouveau Creancier @if(isset($imputation)) sur l'imputation {{ $imputation->id }} @endif

{{ html()->form('POST', url('creanciers'))->open() }}
@include("tiers.creanciers.content_imputation")
{{ html()->form()->close() }}
@endif @stop @section('scripts0') @include("tiers.creanciers.scripts") @stop