@extends('content.dashboard.dashboards-analytics')
@section('content')
@include('adminlte-templates::common.errors')
{!! Form::model($echeanciers, ['route' => ['echeanciers.update', $echeanciers->id], 'method' => 'patch']) !!}
@include('echeanciers.fields')
{!! Form::close() !!}
@endsection