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