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

{{ __($pageTitle) }}

@endsection @push('head-script') @endpush @section('content')
@lang('modules.expenses.updateExpense')
{!! Form::open(['id'=>'updateExpense','class'=>'ajax-form','method'=>'PUT']) !!}
@if($user->cans('edit_expenses'))
@endif
Select file @lang('app.change') @lang('app.remove')
@if(!is_null($expense->bill)) @lang('app.viewInvoice') @endif
{!! Form::close() !!}
@endsection @push('footer-script') @endpush