Add Customer
Customers List
| S.No | Name | Comment | Image | Status | Action |
|---|---|---|---|---|---|
| {{ $sr++ }} | {{ $ourHappyCustomer->name ?? '' }} | {{ $ourHappyCustomer->comment ?? '' }} | ![]() |
@if($ourHappyCustomer->status == 1) @else @endif |
@extends('admin.layouts.app') @section('title','Customer') @section('content')
| S.No | Name | Comment | Image | Status | Action |
|---|---|---|---|---|---|
| {{ $sr++ }} | {{ $ourHappyCustomer->name ?? '' }} | {{ $ourHappyCustomer->comment ?? '' }} | ![]() |
@if($ourHappyCustomer->status == 1) @else @endif |