@extends('layouts.app') @push('page_style') @endpush @section('content') Users Dashboard Users @if(session('success') || session('error')) {{ session('success') ?? session('error') }} @endif Invite User ID Name Email Total Amount Paid Unpaid Amount Status Action @endsection @push('page_scripts') @endpush