Update to Version {{ \App\Livewire\Update::NEW_VERSION }}
Version application installed {{ env('APP_VERSION') }}
News in version {{ \App\Livewire\Update::NEW_VERSION }}
- Add Teller History
- Update Payment History
- Update notification message view
- Update boot message view
- Update invoices view
@if(version_compare(env('APP_VERSION'), self::NEW_VERSION, '<'))
{{ __('Update') }}
@endif