@extends('layouts.master-without-nav') @section('title') Reset Password @endsection @section('body') @endsection @section('content')
Reset Password
{{--

Re-Password with Skote.

--}}
@csrf
@if ($notification = Session::get('error'))
{{ $notification }}
@endif @if ($notification = Session::get('success'))
{{ $notification }}
@endif
{{-- --}}
@endsection @section('script') @endsection