@extends('web.layouts.main') @section('content') @include('web.components.page-header', ['heading' => trans('text.forgot-password')])
@include('web.components.alert', ['with' => 'warning', 'class' => 'warning'])
@csrf
@include('web.components.inputs.input', ['label' => trans('text.email').'*', 'type' => 'email', 'placeholder' => trans('text.please-specify'), 'name' => 'email'])
@endsection