@if(Session::has('error'))
×
{{ Session::get('error') }}
@endif
@if(Session::has('success'))
×
{{ Session::get('success') }}
@endif
| S.No |
Email |
Date |
@php $s_no = "1"; @endphp
@foreach($details as $row)
| {{$s_no}} |
{{$row->email}} |
{{$row->created_date}} |
@php $s_no++; @endphp
@endforeach