@php $day = [ 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday' ]; $dayPick = []; @endphp @foreach($day as $key => $value) @if (empty($outlet[0]['reservation'])) @else @foreach ($outlet[0]['reservation'] as $you) @if ($you['day'] == $value) @php array_push($dayPick, $value); @endphp @endif @endforeach @if (!in_array($value, $dayPick)) @endif @endif @endforeach
Day Time Start Time End Limit Action
{{ $value }}
{{ $value }}
{{ $value }}