{{-- @dd($datas) --}} @extends('dashboardindex') @section('content')

General Data

@foreach($datas as $key => $data) @endforeach
No. Name Value Actions
{{ $key + 1 }} {{ $data->name }} {{ $data->value }}
@csrf @method('DELETE')
@endsection