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

Admin Reset Password

@endif
@csrf

@endsection