@if(isset($product->data->product_name)) Catalogue - {{$product->data->product_name}} {{config('app.name')}} @else Catalogue - {{config('app.name')}} @endif
@include('partials.newnav')

Reset Password

@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
{{ csrf_field() }}
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif