@extends('admin.layout.base') @section('title', 'Support ') @section('content')
Support User @if(Setting::get('demo_mode', 0) == 1) (*personal information hidden in demo) @endif
Add New @foreach($supports as $index => $support) @if(Setting::get('demo_mode', 0) == 1) @else @endif @if(Setting::get('demo_mode', 0) == 1) @else @endif @endforeach
ID Full Name Email Mobile Action
{{ $index + 1 }} {{ $support->name }}{{ substr($support->email, 0, 3).'****'.substr($support->email, strpos($support->email, "@")) }}{{ $support->email }}+919876543210{{ $support->mobile }}
{{ csrf_field() }} Edit
ID Full Name Email Mobile Action
@endsection