@extends('layouts.app', ['page' => 'settings']) @section('title', __('messages.notification_settings')) @section('content')

{{ __('messages.notification_settings') }}

@include('application.settings._aside', ['tab' => 'notification'])
@include('layouts._form_errors') @csrf

{{ __('messages.notifications') }}

getSetting('notification_invoice_sent') ? 'checked' : '' }} class="custom-control-input">
getSetting('notification_invoice_viewed') ? 'checked' : '' }} class="custom-control-input">
getSetting('notification_invoice_paid') ? 'checked' : '' }} class="custom-control-input">
getSetting('notification_estimate_sent') ? 'checked' : '' }} class="custom-control-input">
getSetting('notification_estimate_viewed') ? 'checked' : '' }} class="custom-control-input">
getSetting('notification_estimate_approved_or_rejected') ? 'checked' : '' }} class="custom-control-input">
@endsection