@extends('layout') @section('title') Edit Transaction #{{$transaction->id}} @endsection @section('pageScripts') @endsection @section('content')
{!! csrf_field() !!}
@if($transaction->type == "Registration Transaction") @else @endif
type,['Increase User Capacity','Decrease User Capacity','Registration Transaction'])) style="display: none;" @endif> @if($transaction->type != 'Registration Transaction') @else @endif
type != 'Charge') style="display: none;" @endif>
Cancel
@endsection