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