@extends('authenticated') @section('title', 'Customer') @section('content')
@include('commons.topbar')

Customer

Check list or create and update for customer.

@if($user->role != 'customer') @endif
Email Name Points Verified at Actions
Fetching data...
@include('commons.modal', ['modal_id'=>'user-modal', 'save_btn_classes' => 'save-user']) @endsection @section('modulescript') @parent @endsection