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