@include('header') @include('sidebar')

Data Testing

Data Testing
{{-- Tombol Reset Data Testing --}}
@csrf
{{-- Tombol Ambil Data Testing --}}
@csrf
@forelse($testings as $testing) @empty @endforelse
No Data 1 Data 2 Data 3 Target
{{ $testing->no }} {{ $testing->data_1 }} {{ $testing->data_2 }} {{ $testing->data_3 }} {{ $testing->target }}
Belum ada data yang tersedia.
{{-- --}} @include('footer')