@extends('tenant.layouts.customer_auth') @section('content')

{{\App\Models\Tenant\CustomerPortalConfiguration::first()->login_title}} Customer Portal

{{-- --}}
{{--

# Welcome to your second home
start your journey with {{\App\Models\Tenant\CustomerPortalConfiguration::first()->login_title}}

--}}
@if (session()->has('error')) @endif
@endsection @section('script') @endsection