@extends('adminlte::page') @section('title', 'Raspberry Network | Open Positions') @section('content_header') @if (Auth::user()->hasAnyRole('admin'))

Administration / Settings

@else

Application Access Denied

@endif @stop @section('js') @if (session()->has('success')) @endif @if($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif @stop @section('content')

Notification Settings

Change which notifications are sent here.

@csrf @foreach($options as $option)
option_value == 1) ? 'checked' : '' }}>
@endforeach
@stop