@extends('admin/layouts/default') @section('title') Transaction Comments Role @parent @stop @section('content') @include('adminlte-templates::common.errors') Transaction Comments Role Dashboard Transaction Comments Role Create Transaction Comments Role Create New Transaction Comments Role {!! Form::open(['route' => 'admin.transactionComments.store']) !!} @include('admin.transactionComments.fields') {!! Form::close() !!} @stop @section('footer_scripts') @stop