@extends('web.layout.login_header') @section('title', 'Home') @section('content')
@if(Session::get('status')) @endif @if($errors->any()) @endif
@csrf

Welcome

Forgot Password

profile
@endsection