@extends('layout.master') @section('content')
Bordered table

@foreach($responseBody as $i) @endforeach
# User ID Name Mobile Email DOB Action
{{$i->id}} {{$i->tem}} {{$i->tem}} {{$i->tem}} {{$i->tem}} {{$i->tem}} Delete View
Revenue
@push('plugin-scripts') @endpush @push('custom-scripts') @endpush @endsection