@extends('layouts/contentNavbarLayout') @section('title', 'About Section - Website') @section('content')

About Section Settings

Preview Site
@if(session('success'))
{{ session('success') }}
@endif
@csrf
@error('about_title')
{{ $message }}
@enderror
@error('about_description')
{{ $message }}
@enderror
Write compelling content about your hostel. You can use line breaks for paragraphs.
Statistics
@error('stat_residents')
{{ $message }}
@enderror
Displayed as "100+ Happy Residents"
@error('stat_experience')
{{ $message }}
@enderror
Displayed as "5+ Years Experience"
Cancel
Current Preview

{{ $settings->about_title ?? 'About Our Hostel' }}

{!! nl2br(e($settings->about_description)) !!}

{{ $settings->stat_residents }}+
Happy Residents
{{ $settings->stat_experience }}+
Years Experience
@endsection