@extends('auth.customer.app') @section('content')
@if (session('resent'))

Thank you registering! Please check your email. {{ __('A fresh verification link has been sent to your email address.') }}

@endif
@csrf .
{{ now()->year }} CDRL
@endsection @section('scripts') @endsection