@extends('user.layout') @section('content')

Achievers List

{{-- --}} @php $sn = 1; @endphp @foreach ($datatables as $data) {{-- --}} @endforeach
S/N Profile User ID Name RankDescription
{{ $sn++ }} Profile {{ $data->user_id }} {{ $data->name }} {{ $data->rank }}{{ $data->description }}
@endsection