@section('namePage', 'Pivot & Fibonnaci')

Historical Data

Tambah History
@if (session('success'))
{{ session('success') }}
@endif
@php // Hapus "Semua" $categories = [ 'LGD Daily', 'LSI', 'HSI Daily', 'SNI Daily', 'AUD/USD', 'EUR/USD', 'GBP/USD', 'USD/CHF', 'USD/JPY', ]; // Ambil kategori dari query param, default ke 'LGD Daily' $selectedCategory = request('category', 'LGD Daily'); @endphp
@foreach ($categories as $cat) @endforeach
@if($selectedCategory === 'HSI Daily' || $selectedCategory === 'SNI Daily') @if($selectedCategory === 'HSI Daily') @endif @endif @forelse ($pivots as $index => $pivot) @if($selectedCategory === 'HSI Daily' || $selectedCategory === 'SNI Daily') @if($selectedCategory === 'HSI Daily') @endif @endif @empty @endforelse
Tanggal Open High Low Close Chg. Volume Open Interest Kategori Aksi
{{ \Carbon\Carbon::parse($pivot->tanggal)->translatedFormat('d F Y') }} {{ $pivot->open }} {{ $pivot->high }} {{ $pivot->low }} {{ $pivot->close }} {{ $pivot->chg }} {{ $pivot->volume }} {{ $pivot->open_interest }} {{ $pivot->category }}
Edit
Data belum tersedia.