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