@extends('layouts.admin') @section('content')

Settings

@if (session('success'))
{{ session('success') }}
@endif
@csrf {{-- Hidden inputs to handle image clearing --}}
@if (isset($settings['background_image']) && $settings['background_image'])
Background Image
@endif
@if (isset($settings['header_background']) && $settings['header_background'])
Header Background
@endif
@endsection