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

Vor table


@foreach($data as $vorData) @endforeach
{{__('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
@endsection