@extends('dashboard.layouts.auth') @section('content')
@csrf @include('dashboard.auth.svg-login')
@include('dashboard.auth.svg-user') @error('email')
{{ $message }}
@enderror
@include('dashboard.auth.svg-eyes') @error('password')
{{ $message }}
@enderror
@lang('global.forgot_password')
@endsection