@extends('admin/layouts/default') @section('title') Transaction @parent @stop @section('content') @include('adminlte-templates::common.errors') {{Lang::get('transactions.transactions')}} {{Lang::get('general.dashboard')}} Transactions Create Transaction Create New Transaction {!! Form::open(['route' => 'admin.transactions.store']) !!} @include('admin.transactions.fields') {!! Form::close() !!} @stop @section('footer_scripts') @stop