@extends('install') @section('content')
@if ($errors->any())
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif

Chat and Mail Setup

Please register on pusher and fill out the following fields.

@csrf

Please fill up following fields for the SMTP mail setup. You can use any SMTP info such as your own domain mail smtp, GMail SMTP, MailGun, SendGrid, MailChimp, etc.

@endsection