@extends('content.dashboard.dashboards-analytics') @section('content')

Edit Dettes

@include('adminlte-templates::common.errors')
{!! Form::model($dettes, ['route' => ['dettes.update', $dettes->id], 'method' => 'patch']) !!}
@include('dettes.fields')
{!! Form::close() !!}
@endsection