@extends('provider.layout.auth') @section('content')
@lang('provider.signup.already_have_acc')
@lang('provider.signup.reset_password')
@if (session('status'))
{{ session('status') }}
@endif
{{ csrf_field() }}
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@lang('provider.signup.send_password_reset_link')
@endsection