@extends('layout.master')
@section('content')
Bordered table
| # |
User ID
|
Name
|
Mobile
|
Email
|
DOB
|
Action
|
@foreach($responseBody as $i)
| {{$i->id}} |
{{$i->tem}}
|
{{$i->tem}}
|
{{$i->tem}}
|
{{$i->tem}}
|
{{$i->tem}}
|
Delete
View
|
@endforeach
@push('plugin-scripts')
@endpush
@push('custom-scripts')
@endpush
@endsection