@extends('front.layout') @section('meta-keywords', "$seo->meta_keywords") @section('meta-description', "$seo->meta_description") @section('content')

{{ __('Team') }}

Password reset

@if(Session::has('mailsuccess'))

{{ Session::get('mailsuccess') }}

@endif
@csrf
@if ($errors->has('email'))

{{ $errors->first('email') }}

@endif

Back to Login

@endsection