79209649

Date: 2024-11-21 04:08:14
Score: 0.5
Natty:
Report link

Not good idea but maybe using controller to get table and in the view you can filter by where clause. example : controller.php

$ticket = DB::table('tiket');

and in the view you can using where clause. view.blade.php

@php
$ticket->where('tanggal', $tgl)->where('id_jadwal', $jadwal)->first();
@endphp
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Eka