@extends('header') @section('head') @parent @include('money_script') @stop @section('content') {!! Former::open($url)->addClass('warn-on-exit main-form')->method($method) !!}
@if ($expense) {!! Former::populate($expense) !!} {!! Former::populateField('should_be_invoiced', intval($expense->should_be_invoiced)) !!} {!! Former::hidden('public_id') !!} @endif