@extends('template.master') @section('title', 'App User Management') @push('styles') @endpush @section('content')

App User Management

@if($group_subscription_id == 0 || $group_subscription_id == '') Add @endif @if(isset($group_subscription_id) && !empty($group_subscription_id)) Back @endif
@if(session()->has('message'))
{{ session()->get('message') }}
@endif
Action Full Name Job Title Email Phone Company Subscription Level Subscription Type Subscription Date Is Group Subscription Status
@endsection @push('child-scripts') @endpush