@extends('web.layout.login_header') @section('title', 'Home') @section('content')
@if(Session::get('status')) @endif
@csrf
Card image cap

Welcome

Forgot Password

profile
{{$errors->first('password')}}
{{$errors->first('confirm_password')}}
@endsection