@extends('layouts.app') @section('content')
@if(Str::contains(url()->current(), '/admin'))

Admin Forgot Password

@endif
@csrf

@endsection