@extends('admin') @section('content')

Bots

Lista de Bots

@foreach($bots as $bot) @endforeach
ID Perfil Horas de atividade Ações
{{$bot->id}} {{$bot->username}} {{ $bot->time == 0 ? 'Tempo Todo' : '' }}{{ $bot->time == 1 ? '6:00 as 12:00' : '' }}{{ $bot->time == 2 ? '12:00 as 18:00' : '' }}{{ $bot->time == 3 ? '18:00 as 00:00' : '' }}{{ $bot->time == 4 ? '00:00 as 06:00' : '' }}
@endsection