@extends('layouts.master') @section('title') {{trans_choice('general.expense',2)}} @endsection @section('content')

{{trans_choice('general.expense',2)}}

@if(Sentinel::hasAccess('expenses.create')) {{trans_choice('general.add',1)}} {{trans_choice('general.expense',2)}} @endif
{{trans_choice('general.branch',1)}} {{trans_choice('general.expense',1)}} {{trans_choice('general.type',1)}} {{trans_choice('general.amount',1)}} {{trans_choice('general.date',1)}} {{trans_choice('general.recurring',1)}} {{trans_choice('general.description',1)}} {{trans_choice('general.file',2)}} {{ trans_choice('general.action',1) }}
@endsection @section('footer-scripts') @endsection