Solve your laravel problems.
Hear my Query is
$jobs = DB::select("SELECT * from post where ( skills like '%php%' or skills like '%javascript%' ) and status=1 order by id desc");
How to write laravel model based in this query with pagination???