@extends('admin.layout.base') @section('title', 'Support ') @section('content')
| ID | Full Name | Mobile | Action | |||
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $support->name }} | @if(Setting::get('demo_mode', 0) == 1){{ substr($support->email, 0, 3).'****'.substr($support->email, strpos($support->email, "@")) }} | @else{{ $support->email }} | @endif @if(Setting::get('demo_mode', 0) == 1)+919876543210 | @else{{ $support->mobile }} | @endif|
| ID | Full Name | Mobile | Action |