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

Edit Engagements

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