@php use App\Models\RekapBNI; $data = RekapBNI::select("*")->first(); $hasil = substr($data->trx_id, 0, 3); echo $hasil; @endphp