@include('theme_layout/header_test') @include('theme_layout/nav_test')
@foreach($data as $data) @endforeach
User Name Email Contact No Amount Action
{{$data->client_user_name}} {{$data->client_email}} {{$data->client_mobile}} {{$data->chips_amount}}
@include('theme_layout/footer_test')
@csrf