@extends('layouts.main') @section('title', __('form.expenses')) @section('content')
@lang('form.expenses')
@if(check_perm('expenses_create')) @lang('form.record_expense') @endif @if(check_perm(['expenses_view', 'expenses_view_own'])) @endif
@if(check_perm(['expenses_view', 'expenses_view_own']))

@{{ records.category.name }}

@{{ records.name }}

@endif
@endsection @section('onPageJs') @endsection