@extends('layouts.app') @section('title') Create Transaction @endsection @section('content')

New Transaction

@include('stisla-templates::common.errors')
{!! Form::open(['route' => 'transactions.store']) !!}
@include('transactions.fields')
{!! Form::close() !!}
@endsection