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