@extends('admin.layouts.main') @section('title', 'Mood') @section('content')

Data Mood

  @if(request('date'))   Reset @endif
@foreach($data as $item) @endforeach
# Nama Role Mood Action
{{ $loop->iteration }} {{ $item['name'] }} {{ $item['role'] }} @switch($item['mood']) @case(1) 😡(Sangat Sedih) @break @case(2) 😠(Sedih) @break @case(3) 😐(Biasa) @break @case(4) 😊(Senang) @break @case(5) 😀(Sangat Senang) @break @default - @break @endswitch Detail
@endsection @push('scripts') @endpush