@lang('app.bill')

@if (!is_null($expense->bill)) @lang('app.view') @lang('app.bill') @else -- @endif

@lang('app.employee')

@lang('app.recurringDetail')

@if ($expense->rotation != 'daily') @if ($expense->rotation == 'weekly' || $expense->rotation == 'bi-weekly') @else @endif @endif

@lang('app.status')

@if ($expense->status == 'active') @else @endif