@extends($theme.'layouts.app') @section('title','Reset Password') @section('content')
@if(isset($templates['forget-password'][0]) && $content = $templates['forget-password'][0])
@endif
@if (session('status')) @endif

@lang('Reset Password')

@csrf
@endsection