public function get()
 {
     $trucks = Truck::sortable()->paginate(env('TRUCK_PAGINATION_MAX'));
     return $trucks;
 }