@extends('layouts.app') @section('content')

Check List {{$user->name}}

@foreach ($lists as $list ) @endforeach
Actividad Estado Fecha
{{$list->nombre}} @if ($list->estado === 'no' || $list->estado === 'NO') {{$list->estado}} @else {{$list->estado}} @endif {{$list->created_at}}
@endsection