Customer Section
| S.N. | Customer Name | Customer Email | Customer Address |
|---|---|---|---|
| {{ $loop->iteration }} | {{ $user->first_name ? : '---'}} | {{ $user->email ? : '---'}} | {{ $user->address ? : '---' }} |
@extends('layouts.admin-layout') @section('title', 'All Customers ') @section('content')
| S.N. | Customer Name | Customer Email | Customer Address |
|---|---|---|---|
| {{ $loop->iteration }} | {{ $user->first_name ? : '---'}} | {{ $user->email ? : '---'}} | {{ $user->address ? : '---' }} |