Basic Database Usage
Query 1 => Display total number of row in a table where role id 2 ?
Query 2 => Display row detail which is trip published ?
Query 3 => Display total number of row in a table output 1,5,8…. ?
Query 4 => Display total row detail in a table use modal and table ?
This is modal use
$evariblename = madalname::all();This is table use
$evariblename = DB::table(‘tablename’)-get();