@extends('header.header') @section('content')
Vor



@else
@endif
password registerStatus
@csrf
@if($data2['register_vendor_status']== 0)

Vor table


@foreach($data as $vorData) @endforeach
StoreName user name MobileNumber vendor_password Status action
{{$vorData['StoreName']}} {{$vorData['name']}} {{$vorData['MobileNumber']}} @if($vorData['status'] == "inactive") @elseif($vorData['status'] == "active") @endif @if($vorData['status'] == "inactive") InActive @elseif($vorData['status'] == "active") Active @endif
@endsection