@extends('layouts.app')
@section('content')
|
SL
|
Date
|
Email
|
Action
|
@if (!empty($results) && $results->isNotEmpty())
@foreach ($results as $key => $row)
|
{{ $key+ $results->firstItem() }}
|
{{ dateFormat($row->created_at, 'M d, Y') }}
|
{{ $row->email }}
|
Delete
|
@endforeach
@endif
{{ $results->links() }}
@endsection
@push('headerPartial')
@endpush
@push('footerPartial')
@endpush