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

Request Chat Password

Secure your chats with a password. Send a request to the admin.

@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif
@csrf
@endsection