@extends('admin/layouts/default') @section('title') Transaction Comments Role @parent @stop @section('content') @include('adminlte-templates::common.errors') Transaction Comments Role Edit Dashboard Transaction Comments Role Edit Transaction Comments Role Edit Transaction Comments Role {!! Form::model($roles, ['route' => ['admin.transactionComments.update', collect($roles)->first() ], 'method' => 'patch']) !!} @include('admin.transactionComments.edit-fields') {!! Form::close() !!} @stop @section('footer_scripts') @stop