@extends('layouts.app') @section('page-title')

@lang($pageTitle)

@endsection @push('head-script') @endpush @section('content')
@lang('modules.expenses.updateExpense')
{!! Form::open(['id'=>'updateExpense','class'=>'ajax-form','method'=>'PUT']) !!}
unlimited_recurring == 1) checked @endif type="checkbox">
unlimited_recurring == 1) style="display: none" @endif>
@lang('app.selectFile') @lang('app.change') @lang('app.remove')
{!! Form::close() !!}
@endsection @push('footer-script') @endpush