@extends('backEnd.layouts.master') @section('title', $title ?? 'Coming Soon') @section('content')

{{ $title ?? 'Coming Soon' }}

{{ $message ?? 'This section will be available in a future update.' }}

@if(!empty($hint))

{{ $hint }}

@endif
@endsection