@extends('layouts.admin') @section('styles')
@endsection @section('content')
Check List
@csrf
@foreach ($users as $user)
{{$user->name}}
@endforeach
De (Fecha de Inicio):
Hasta (Fecha de Final):
BUSCAR RESULTADOS
@endsection @section('scripts') @endsection