@extends('backend.layout.masterlayout') @section('content')
{{ $basedata->businesstitle }}
@if (Session::has('message'))
{{ Session::get('message') }}
@else

Forgot Password?

Enter your registered email ID to reset the password

@csrf

{!! $basedata->footer_copyrighttxt !!}

@endif
@endsection