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