@extends('driver.layout') @section('title','Settings') @section('content')
{{-- HEADER --}}

Settings

Customize your driver experience

{{-- FLASH --}} @if(session('success'))
{{ session('success') }}
@endif {{-- CARD --}}
@csrf {{-- NOTIFICATIONS --}}

Notifications

Receive order and support alerts

notifications ?? false ? 'checked' : '' }} class="w-5 h-5 text-primary rounded">

{{-- DARK MODE --}}

Dark Mode

Enable dark theme

dark_mode ?? false ? 'checked' : '' }} class="w-5 h-5 text-primary rounded">
{{-- ACTION --}}
@endsection