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

@lang($pageTitle)

@endsection @push('head-script') @endpush @section('content')
@lang('modules.expenses.updateExpense')
@csrf @method('PUT')
@if($user->can('edit_expenses'))
@endif
@lang('app.selectFile') @lang('app.change') @lang('app.remove')
@if(!is_null($expense->bill)) View Invoice @endif
@endsection @push('footer-script') @endpush