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