@extends('layouts.app') @push('styles') @endpush @section('content')
@foreach ($datas as $a)

{{$a->nama}}

{{$a->point}} Pt

@csrf
@endforeach
{{$datas->links()}}
@endsection @push('scripts') @endpush