@extends('layouts.main') @section('title', 'User Transaction') @section('content') @push('head') @endpush
@include('include.message')

{{ __('User Profile')}}

{{ __('Invited User List')}}

{{ __('s no.')}} {{ __('Profile')}} {{ __('Name')}} {{ __('Phone')}} {{ __('Email')}} {{ __('Ip')}} {{ __('Balance')}} {{ __('Status')}} {{ __('Registration')}} {{ __('Action')}}
@include('model') @push('script') @endpush @endsection