@php @endphp @extends('layouts.master') @section('title', 'Reset Password') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header')

Reset Password

{{--

Hello! This is Sandbox

--}}
Reset Your Password
{{--
            {{ json_encode($user) }}
        
--}}
@csrf
{{ $user->email }}


@include('layouts.footer') @endsection