@forelse($tutorials as $tutorial)

{!! $tutorial->name !!}

{!! $tutorial->email !!}
Verified Approved

{!! $tutorial->details !!}

@empty @endif