@extends('layouts.login-vendor') @section('head') @endsection @section('content') @if (!session()->has('suplier'))
@if(Session::has('success'))

Recovery password was completed

@else

Recovery password was not completed

@endif
@include('website.cart.partials.alert-success') @include('website.cart.partials.alert-error')
@endif @endsection @section('scripts') @endsection