@extends('template.main-template') @section('content') {{-- Home Create or Login in your account --}} Sign In or Create an Account @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @csrf Already Client Remember me Lost Password? An email to recover your password will be sent to you! Send email to reset password @csrf New Client * Required Fields @endsection @push('css') @endpush @push('javascript') @endpush
An email to recover your password will be sent to you!