@extends('admin.layouts.cmlayout') @section('body')

Newsletter

@csrf @forelse($usrt as $row) @empty @endforelse
Check All Name Email Status Action
{{$row->name}} {{$row->email}} @if($row->status == 0) Click to Enable Disabled @else Enabled @endif
No record found
     
@endsection