Vendor Section
| S.N. | Vendor Name | Vendor Email | Vendor Address |
|---|---|---|---|
| {{ $loop->iteration }} | {{ $user->name }} | {{ $user->email }} | {{ $user->address }} |
@extends('layouts.admin-layout') @section('title', 'All Vendors ') @section('content')
| S.N. | Vendor Name | Vendor Email | Vendor Address |
|---|---|---|---|
| {{ $loop->iteration }} | {{ $user->name }} | {{ $user->email }} | {{ $user->address }} |