@extends('backEnd.layouts.master') @section('title', $title ?? 'Coming Soon') @section('content')
{{ $message ?? 'This section will be available in a future update.' }}
{{ $hint }}