@extends('header.header') @section('content')
{{__('image')}} | {{__('Name')}} | {{__('Email')}} | {{__('Mobile number')}} | {{__('StoreName')}} | {{__('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 |