@foreach($datas as $data)
@if($i != 0)
@endif
{{ strtoupper($data->nama) }}
{{ strtoupper($data->jabatan) }}
@endforeach